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 7651 for branches/UKMO/dev_r5518_GO6_package/NEMOGCM – NEMO

Ignore:
Timestamp:
2017-02-06T16:28:30+01:00 (7 years ago)
Author:
timgraham
Message:

Added iom_put call for wpt_dep (used for CMIP6 zhalf) as this came into the data request quite late

Location:
branches/UKMO/dev_r5518_GO6_package/NEMOGCM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package/NEMOGCM/CONFIG/SHARED/field_def.xml

    r7579 r7651  
    114114         <!-- variables available with key_vvl --> 
    115115         <field id="tpt_dep"      long_name="T-point depth"                  standard_name="depth_below_geoid"   unit="m"   grid_ref="grid_T_3D" /> 
     116         <field id="wpt_dep"      long_name="W-point depth"                  standard_name="depth_below_geoid"   unit="m"   grid_ref="grid_W_3D" /> 
    116117         <field id="e3tdef"       long_name="T-cell thickness deformation"                                       unit="%"   grid_ref="grid_T_3D" /> 
    117118      </field_group> 
  • branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/OPA_SRC/DIA/diawri.F90

    r7335 r7651  
    158158         CALL iom_put( "e3tdef"  , ( ( fse3t_n(:,:,:) - e3t_0(:,:,:) ) / e3t_0(:,:,:) * 100 * tmask(:,:,:) ) ** 2 ) 
    159159      CALL iom_put("tpt_dep", fsdept_n(:,:,:) ) 
     160      CALL iom_put("wpt_dep", fsdepw_n(:,:,:) ) 
    160161 
    161162 
Note: See TracChangeset for help on using the changeset viewer.