next up previous contents
Next: Example 2: History File Up: Example Namelists Previous: Example Namelists


Example 1: CESM Fully Coupled

The following example is the namelist used for CESM fully coupled, or the B configuration. A completely resolved version of the namelist will be written to ice_in in the executable directory.

&setup_nml
 diagfreq               =  24   
 hist_avg               = .true.  
 histfreq               = 'm','x','x','x','x'
 histfreq_n             = 1,1,1,1,1           
 ice_ic         = 'b40.1850.track1.1deg.006.cice.r.0301-01-01-00000.nc'
 lcdf64         = .false. 
 pointer_file           = 'rpointer.ice'
 xndt_dyn               =  1.0 
/
&grid_nml
 grid_file              = '/fis/cgd/cseg/csm/inputdata/ice/cice/global_gx1v6_200
10402.grid'
 grid_format            = 'bin'
 grid_type              = 'displaced_pole'
 kcatbound              =  0 
 kmt_file               = '/fis/cgd/cseg/csm/inputdata/ice/cice/global_gx1v6_200
90204.kmt'
/
&ice_nml
 advection              = 'remap'
 albedo_type            = 'default'
 albicei                = 0.45
 albicev                = 0.75
 albsnowi               = 0.73
 albsnowv               = 0.98
 evp_damping            = .false.
 kdyn           =  1 
 kitd           =  1 
 krdg_partic            = 1
 krdg_redist            = 1
 kstrength              =  1 
 ndte           =  120 
 r_snw          =  1.5 
 shortwave              = 'dEdd'
/
&tracer_nml
 tr_aero        = .true.
 tr_FY          = .true.
 tr_iage        = .true.
 tr_pond        = .true.
/
&domain_nml
 distribution_type              = 'cartesian'
 ew_boundary_type               = 'cyclic'
 ns_boundary_type               = 'open'
 processor_shape                = 'square-pop'
/
&ice_prescribed_nml
 prescribed_ice         = .false.
/



David Bailey
2012-10-03