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

Changeset 7605 for branches


Ignore:
Timestamp:
2017-01-25T11:29:23+01:00 (7 years ago)
Author:
timgraham
Message:

Added field for dynldf_c3d case

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

Legend:

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

    r7599 r7605  
    125125         <field id="ahmt_blp" long_name="Ocean Momentum XY Biharmonic Diffusivity" standard_name="ocean_momentum_xy_biharmonic_diffusivity"  unit="m4 s-1" /> 
    126126         <field id="ahmt_lap" long_name="Ocean Momentum XY Laplacian Diffusivity" standard_name="ocean_momentum_xy_laplacian_diffusivity"  unit="m2 s-1" /> 
     127         <field id="ahmt_lap3d" long_name="Ocean Momentum XY Laplacian Diffusivity" standard_name="ocean_momentum_xy_laplacian_diffusivity"  unit="m2 s-1" grid_ref="grid_T_3d" /> 
    127128         <field id="aht2D" long_name="ocean tracer epineutral laplacian diffusivity" standard_name="ocean_tracer_epineutral_laplacian_diffusivity"  unit="m2 s-1" /> 
    128129         <field id="hfgeou" long_name="Upward Geothermal Heat Flux at Sea Floor" standard_name="upward_geothermal_heat_flux_at_sea_floor" unit="W m-2" /> 
  • branches/UKMO/dev_r5518_GO6_package_for_static_diagnostics/NEMOGCM/NEMO/OPA_SRC/DYN/dynldf.F90

    r7599 r7605  
    7878#ifdef key_dynldf_c2d 
    7979          IF (kt == nit000) CALL iom_put("ahmt_lap", ahm1) 
     80#endif 
     81#ifdef key_dynldf_c3d 
     82          IF (kt == nit000) CALL iom_put("ahmt_lap3d", ahm1) 
    8083#endif 
    8184      CASE ( 2 )     
Note: See TracChangeset for help on using the changeset viewer.