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 9433 for branches/2017/dev_merge_2017/NEMOGCM/CONFIG – NEMO

Ignore:
Timestamp:
2018-03-26T17:38:31+02:00 (6 years ago)
Author:
clem
Message:

add two outputs: mean snow temperature and ice surface temperature per category

Location:
branches/2017/dev_merge_2017/NEMOGCM/CONFIG
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00/file_def_nemo-lim.xml

    r9152 r9433  
    3333       <!-- heat --> 
    3434       <field field_ref="icetemp"          name="sitemp" /> 
     35       <field field_ref="snwtemp"          name="sntemp" /> 
    3536       <field field_ref="icettop"          name="sittop" /> 
    3637       <field field_ref="icetbot"          name="sitbot" /> 
     
    8586       <field field_ref="icesalt_cat"      name="sisalcat"/> 
    8687       <field field_ref="icetemp_cat"      name="sitemcat"/> 
    87         
     88       <field field_ref="snwtemp_cat"      name="sntemcat"/> 
     89       <field field_ref="icettop_cat"      name="sitopcat"/> 
     90 
    8891     </file> 
    8992      
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/SHARED/field_def_nemo-lim.xml

    r9152 r9433  
    4242    <!-- heat --> 
    4343         <field id="icetemp"      long_name="Mean ice temperature"                                                                                              unit="degC" /> 
     44         <field id="snwtemp"      long_name="Mean snow temperature"                                                                                             unit="degC" /> 
    4445         <field id="icettop"      long_name="temperature at the ice surface"                                                                                    unit="degC" /> 
    4546         <field id="icetbot"      long_name="temperature at the ice bottom"                                                                                     unit="degC" /> 
     
    165166         <field id="icetemp_cat"  long_name="Ice temperature per category"                      unit="degC"   grid_ref="grid_T_3D_ncatice" /> 
    166167         <field id="snwtemp_cat"  long_name="Snow temperature per category"                     unit="degC"   grid_ref="grid_T_3D_ncatice" /> 
     168         <field id="icettop_cat"  long_name="Ice/snow surface temperature per category"         unit="degC"   grid_ref="grid_T_3D_ncatice" /> 
    167169         <field id="iceapnd_cat"  long_name="Ice melt pond concentration per category"          unit="%"      grid_ref="grid_T_3D_ncatice" />  
    168170         <field id="icehpnd_cat"  long_name="Ice melt pond thickness per category"              unit="m"      grid_ref="grid_T_3D_ncatice" />  
Note: See TracChangeset for help on using the changeset viewer.