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 5129 – NEMO

Changeset 5129


Ignore:
Timestamp:
2015-03-05T18:23:37+01:00 (9 years ago)
Author:
clem
Message:

LIM3: put debug (i,j) points in the namelist and change their names

Location:
trunk/NEMOGCM/CONFIG/SHARED
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/SHARED/field_def.xml

    r5124 r5129  
    185185         <field id="isfgammat"    long_name="transfert coefficient for isf (temperature) "                 unit="m/s"      /> 
    186186         <field id="isfgammas"    long_name="transfert coefficient for isf (salinity)    "                 unit="m/s"      /> 
    187     <field id="stbl"         long_name="salinity in the Losh tbl                    "                 unit="PSU"      /> 
    188     <field id="ttbl"         long_name="temperature in the Losh tbl                 "                 unit="C"        /> 
     187        <field id="stbl"         long_name="salinity in the Losh tbl                    "                 unit="PSU"      /> 
     188        <field id="ttbl"         long_name="temperature in the Losh tbl                 "                 unit="C"        /> 
    189189 
    190190         <!-- *_oce variables available with ln_blk_clio or ln_blk_core --> 
     
    361361         <!-- uoce_eiv: available with key_trabbl --> 
    362362         <field id="uoce_bbl"     long_name="BBL ocean current along i-axis"                 unit="m/s"      grid_ref="grid_U_3D" /> 
    363     <field id="ahu_bbl"      long_name="BBL diffusive flux along i-axis"                unit="m3/s"                          /> 
     363        <field id="ahu_bbl"      long_name="BBL diffusive flux along i-axis"                unit="m3/s"                          /> 
    364364         <!-- variable for ice shelves --> 
    365365    <field id="utbl"         long_name="zonal current in the Losh tbl"                  unit="m/s"                           /> 
     
    390390         <!-- voce_eiv: available with key_trabbl --> 
    391391         <field id="voce_bbl"     long_name="BBL ocean current along j-axis"                 unit="m/s"      grid_ref="grid_V_3D" /> 
    392     <field id="ahv_bbl"      long_name="BBL diffusive flux along j-axis"                unit="m3/s"                          /> 
     392        <field id="ahv_bbl"      long_name="BBL diffusive flux along j-axis"                unit="m3/s"                          /> 
    393393         <!-- variable for ice shelves --> 
    394     <field id="vtbl"         long_name="meridional current in the Losh tbl"             unit="m/s"                           /> 
     394        <field id="vtbl"         long_name="meridional current in the Losh tbl"             unit="m/s"                           /> 
    395395         <!-- variables available with key_diaar5 --> 
    396396         <field id="v_masstr"     long_name="ocean eulerian mass transport along j-axis"     unit="kg/s"     grid_ref="grid_V_3D" /> 
  • trunk/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref

    r5124 r5129  
    2020   ln_limdyn     = .true.          !  ice dynamics (T) or thermodynamics only (F) 
    2121   rn_amax       = 0.999           !  maximum tolerated ice concentration  
    22    ln_nicep      = .false.         !  ice points output for debug (yes or no) 
    2322   ln_limdiahsb  = .false.         !  check the heat and salt budgets (T) or not (F) 
    2423   ln_limdiaout  = .true.          !  output the heat and salt budgets (T) or not (F) 
     24   ln_icectl     = .false.         !  ice points output for debug (T or F) 
     25   iiceprt       = 10              !  i-index for debug 
     26   jiceprt       = 10              !  j-index for debug 
    2527/ 
    2628!------------------------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.