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 5532 for branches/UKMO/dev_r5021_nn_etau_revision/NEMOGCM/CONFIG/ORCA2_LIM – NEMO

Ignore:
Timestamp:
2015-07-02T15:49:24+02:00 (9 years ago)
Author:
davestorkey
Message:

Update UKMO/dev_r5021_nn_etau_revision branch to rev 5518 of trunk
(=branching point for NEMO 3.6_stable).

Location:
branches/UKMO/dev_r5021_nn_etau_revision/NEMOGCM/CONFIG/ORCA2_LIM/EXP00
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5021_nn_etau_revision/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/1_namelist_cfg

    r4990 r5532  
    9494   sn_snow     = 'ncar_precip.15JUNE2009_fill' ,        -1         , 'SNOW'    ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , '' 
    9595   sn_tdif     = 'taudif_core'                 ,        24         , 'taudif'  ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , '' 
     96 
    9697   cn_dir      = './'      !  root directory for the location of the bulk files 
    97    ln_2m       = .false.   !  air temperature and humidity referenced at 2m (T) instead 10m (F) 
    9898   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    99    ln_bulk2z   = .false.   !  Air temperature/humidity and wind vectors are referenced at heights rn_zqt and rn_zu 
    100    rn_zqt      = 3.        !  Air temperature and humidity reference height (m) (ln_bulk2z) 
    101    rn_zu       = 4.        !  Wind vector reference height (m)                  (ln_bulk2z) 
     99   rn_zqt      = 10.        !  Air temperature and humidity reference height (m) 
     100   rn_zu       = 10.        !  Wind vector reference height (m) 
    102101   rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
    103102   rn_efac     = 1.        !  multiplicative factor for evaporation (0. or 1.) 
    104    rn_vfac     = 0.        !  multiplicative factor for ocean/ice velocity  
     103   rn_vfac     = 0.        !  multiplicative factor for ocean/ice velocity 
    105104                           !  in the calculation of the wind stress (0.=absolute winds or 1.=relative winds) 
    106105/ 
  • branches/UKMO/dev_r5021_nn_etau_revision/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/iodef_demo.xml

    r5448 r5532  
    6464     <field field_ref="sst"    name="sst_1d_inst" operation="instant" />     <!-- instant value --> 
    6565     <field field_ref="sst"    name="sst_1d_max"  operation="maximum" />     <!-- max --> 
    66      <field field_ref="suoce"  />   <!-- include a U-grid variable in the list --> 
     66     <field field_ref="ssu"  />   <!-- include a U-grid variable in the list --> 
    6767   </file> 
    6868    
     
    7878     
    7979   <axis_definition>   
    80       <axis id="deptht"  long_name="Vertical T levels"  unit="m" positive="down" /> 
    81       <axis id="deptht_myzoom" zoom_begin="1" zoom_end="10   " axis_ref="deptht" /> 
     80      <axis_group id="deptht" long_name="Vertical T levels" unit="m" positive="down" >  
     81         <axis id="deptht" />  
     82         <axis id="deptht_myzoom" zoom_begin="1" zoom_end="10" />  
     83      </axis_group> 
    8284      <axis id="depthu"  long_name="Vertical U levels"  unit="m" positive="down" /> 
    8385      <axis id="depthv"  long_name="Vertical V levels"  unit="m" positive="down" /> 
Note: See TracChangeset for help on using the changeset viewer.