New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 8294 for branches/2017/dev_r8183_ICEMODEL/NEMOGCM/CONFIG – NEMO

Ignore:
Timestamp:
2017-07-06T18:09:02+02:00 (7 years ago)
Author:
clem
Message:

add one output for sea ice

Location:
branches/2017/dev_r8183_ICEMODEL/NEMOGCM/CONFIG/SHARED
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/CONFIG/SHARED/field_def_nemo-lim.xml

    r8291 r8294  
    2727 
    2828         <!-- SIMIP LIM fields --> 
     29         <field id="icethick"     long_name="Sea-ice thickness per area"                           standard_name="sea_ice_thickness"                          unit="m"   /> 
    2930         <field id="icethic"      long_name="Sea-ice thickness"                                    standard_name="sea_ice_thickness"                          unit="m"   /> 
    3031         <field id="uice_mv"      long_name="X-component of sea ice velocity"                      standard_name="sea_ice_x_velocity"                         unit="m/s" />  
     
    282283       
    283284      <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"        /> 
    285286         <field field_ref="icevolu"          name="sivolu"  /> 
    286287         <field field_ref="iceconc"          name="siconc"  /> 
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref

    r8233 r8294  
    5959   rn_tmi_ini_n   =  270.           !  initial ice/snw temperature (K), North 
    6060   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='./' 
    6169/ 
    6270!------------------------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.