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 5077 for branches – NEMO

Changeset 5077 for branches


Ignore:
Timestamp:
2015-02-11T14:15:16+01:00 (9 years ago)
Author:
clem
Message:

LIM3: diag added

Location:
branches/2015/dev_r5044_CNRS_LIM3CLEAN/NEMOGCM/CONFIG
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5044_CNRS_LIM3CLEAN/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/iodef.xml

    r4990 r5077  
    118118          <field field_ref="icetrp"          name="sivtrp" /> 
    119119          <field field_ref="snwtrp"          name="snvtrp" /> 
     120          <field field_ref="saltrp"          name="saltrp" /> 
    120121          <field field_ref="deitrp"          name="deitrp" /> 
    121122          <field field_ref="destrp"          name="destrp" /> 
  • branches/2015/dev_r5044_CNRS_LIM3CLEAN/NEMOGCM/CONFIG/SHARED/field_def.xml

    r5050 r5077  
    169169         <field id="isfgammat"    long_name="transfert coefficient for isf (temperature) "                 unit="m/s"      /> 
    170170         <field id="isfgammas"    long_name="transfert coefficient for isf (salinity)    "                 unit="m/s"      /> 
    171         <field id="stbl"         long_name="salinity in the Losh tbl                    "                 unit="PSU"      /> 
    172         <field id="ttbl"         long_name="temperature in the Losh tbl                 "                 unit="C"        /> 
     171    <field id="stbl"         long_name="salinity in the Losh tbl                    "                 unit="PSU"      /> 
     172    <field id="ttbl"         long_name="temperature in the Losh tbl                 "                 unit="C"        /> 
    173173 
    174174         <!-- *_oce variables available with ln_blk_clio or ln_blk_core --> 
     
    232232         <field id="v_imasstr"    long_name="Sea-ice mass transport along j-axis"                          unit="kg/s"     /> 
    233233         <field id="emp_x_sst"    long_name="Concentration/Dilution term on SST"                           unit="kgC/m2/s" /> 
    234          <field id="emp_x_sss"    long_name="Concentration/Dilution term on SSS"                         unit="kgPSU/m2/s" />         
     234         <field id="emp_x_sss"    long_name="Concentration/Dilution term on SSS"                           unit="kgPSU/m2/s" />         
    235235        
    236236         <field id="iceconc"      long_name="ice concentration"                                            unit="%"        /> 
     
    273273         <field id="icetrp"       long_name="ice volume transport"                                         unit="m/day"   /> 
    274274         <field id="snwtrp"       long_name="snw volume transport"                                         unit="m/day"   /> 
     275         <field id="saltrp"       long_name="salt content transport"                                       unit="psu*kg/m2/day" /> 
    275276         <field id="deitrp"       long_name="advected ice enhalpy"                                         unit="W/m2"   /> 
    276277         <field id="destrp"       long_name="advected snw enhalpy"                                         unit="W/m2"   /> 
Note: See TracChangeset for help on using the changeset viewer.