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 7339 for branches/2016/dev_NOC_2016/NEMOGCM/CONFIG – NEMO

Ignore:
Timestamp:
2016-11-25T16:40:32+01:00 (8 years ago)
Author:
acc
Message:

Ticket #1802. Merged in trunk changes from 6381:6393 and then changes from branches/2016/dev_r6393_NOC_WAD

Location:
branches/2016/dev_NOC_2016/NEMOGCM/CONFIG
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_NOC_2016/NEMOGCM/CONFIG/SHARED/field_def.xml

    r6351 r7339  
    380380      <field_group id="grid_U"   grid_ref="grid_U_2D"> 
    381381         <field id="e3u"          long_name="U-cell thickness"                                       standard_name="cell_thickness"              unit="m"          grid_ref="grid_U_3D" /> 
     382         <field id="e3u_0"        long_name="Initial U-cell thickness"                               standard_name="ref_cell_thickness"          unit="m"          grid_ref="grid_U_3D"/> 
    382383         <field id="utau"         long_name="Wind Stress along i-axis"                               standard_name="surface_downward_x_stress"   unit="N/m2"                            /> 
    383384         <field id="uoce"         long_name="ocean current along i-axis"                             standard_name="sea_water_x_velocity"        unit="m/s"        grid_ref="grid_U_3D" /> 
     
    421422      <field_group id="grid_V"   grid_ref="grid_V_2D"> 
    422423         <field id="e3v"          long_name="V-cell thickness"                                       standard_name="cell_thickness"              unit="m"          grid_ref="grid_V_3D" /> 
     424         <field id="e3v_0"        long_name="Initial V-cell thickness"                               standard_name="ref_cell_thickness"          unit="m"          grid_ref="grid_V_3D"/> 
    423425         <field id="vtau"         long_name="Wind Stress along j-axis"                               standard_name="surface_downward_y_stress"   unit="N/m2"                            /> 
    424426         <field id="voce"         long_name="ocean current along j-axis"                             standard_name="sea_water_y_velocity"        unit="m/s"        grid_ref="grid_V_3D" /> 
  • branches/2016/dev_NOC_2016/NEMOGCM/CONFIG/cfg.txt

    r6140 r7339  
    1111ORCA2_OFF_PISCES OPA_SRC OFF_SRC TOP_SRC 
    1212GYRE OPA_SRC 
     13WAD_TEST_CASES OPA_SRC 
Note: See TracChangeset for help on using the changeset viewer.