123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- # namelist.lim3-ORCA1L46.cfg.sh writes the LIM3 namelist for ORCA1L46 to
- # standard output. This namelist will overwrite the reference namelist
- # (namelist.lim3.ref.sh). Hence, only parameters specific to the ORCA1L46
- # configuration should be specified here.
- cat << EOF
- !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
- !! NEMO/LIM-3 : Ice configuration namelist. Overwrites SHARED/namelist_ice_lim3_ref
- !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
- !-----------------------------------------------------------------------
- &namicerun ! Share parameters for dynamics/advection/thermo
- !-----------------------------------------------------------------------
- /
- !-----------------------------------------------------------------------
- &namiceini ! ice initialisation
- !-----------------------------------------------------------------------
- /
- !-----------------------------------------------------------------------
- &namicedyn ! ice dynamic
- !-----------------------------------------------------------------------
- /
- !------------------------------------------------------------------------------
- &namicehdf ! Ice horizontal diffusion
- !------------------------------------------------------------------------------
- /
- !-----------------------------------------------------------------------
- &namicethd ! ice thermodynamic
- !-----------------------------------------------------------------------
- rn_cdsn = $nem_rn_cdsn
- /
- !-----------------------------------------------------------------------
- &namicesal ! ice salinity
- !-----------------------------------------------------------------------
- /
- !-----------------------------------------------------------------------
- &namiceitdme ! parameters for mechanical redistribution of ice
- !-----------------------------------------------------------------------
- /
- !-----------------------------------------------------------------------
- &namicedia ! ice diagnostics
- !-----------------------------------------------------------------------
- /
- !------------------------------------------------------------------------------
- &namiceitd ! Ice discretization
- !------------------------------------------------------------------------------
- /
- EOF
|