Changeset 8294
- Timestamp:
- 2017-07-06T18:09:02+02:00 (8 years ago)
- Location:
- branches/2017/dev_r8183_ICEMODEL/NEMOGCM
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2017/dev_r8183_ICEMODEL/NEMOGCM/CONFIG/SHARED/field_def_nemo-lim.xml
r8291 r8294 27 27 28 28 <!-- SIMIP LIM fields --> 29 <field id="icethick" long_name="Sea-ice thickness per area" standard_name="sea_ice_thickness" unit="m" /> 29 30 <field id="icethic" long_name="Sea-ice thickness" standard_name="sea_ice_thickness" unit="m" /> 30 31 <field id="uice_mv" long_name="X-component of sea ice velocity" standard_name="sea_ice_x_velocity" unit="m/s" /> … … 282 283 283 284 <field_group id="myvarICE" > 284 <field field_ref="icethic " name="sithic" long_name="sea_ice_thickness" />285 <field field_ref="icethick" name="sithic" long_name="sea_ice_thickness" /> 285 286 <field field_ref="icevolu" name="sivolu" /> 286 287 <field field_ref="iceconc" name="siconc" /> -
branches/2017/dev_r8183_ICEMODEL/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref
r8233 r8294 59 59 rn_tmi_ini_n = 270. ! initial ice/snw temperature (K), North 60 60 rn_tmi_ini_s = 270. ! " " South 61 62 sn_hti = 'Ice_initialization' , -12 ,'hti' , .false. , .true., 'yearly' , '' , '', '' 63 sn_hts = 'Ice_initialization' , -12 ,'hts' , .false. , .true., 'yearly' , '' , '', '' 64 sn_ati = 'Ice_initialization' , -12 ,'ati' , .false. , .true., 'yearly' , '' , '', '' 65 sn_tsu = 'Ice_initialization' , -12 ,'tsu' , .false. , .true., 'yearly' , '' , '', '' 66 sn_tmi = 'Ice_initialization' , -12 ,'tmi' , .false. , .true., 'yearly' , '' , '', '' 67 sn_smi = 'Ice_initialization' , -12 ,'smi' , .false. , .true., 'yearly' , '' , '', '' 68 cn_dir='./' 61 69 / 62 70 !------------------------------------------------------------------------------ -
branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limwri.F90
r8291 r8294 151 151 CALL iom_put( "iceconc" , at_i * zswi ) ! ice concentration 152 152 CALL iom_put( "icevolu" , vt_i * zswi ) ! ice volume = mean ice thickness over the cell 153 CALL iom_put( "icethick" , htm_i * zswi ) ! ice thickness 153 154 CALL iom_put( "icehc" , et_i * zswi ) ! ice total heat content 154 155 CALL iom_put( "isnowhc" , et_s * zswi ) ! snow total heat content
Note: See TracChangeset
for help on using the changeset viewer.