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 5199 for branches/2014/dev_r5134_UKMO4_CF_compliance/NEMOGCM/NEMO – NEMO

Ignore:
Timestamp:
2015-04-07T14:27:31+02:00 (9 years ago)
Author:
hadcv
Message:

Addition of standard_name entries and other changes.

  • XIOS namelist changes:
    • Added standard_name entries to field_def.xml for physical ocean variables and SBC fields
      • This does not cover all variables!
    • Added some new variable definitions
    • Renamed the coupled variable "calving" to "calving_cea" to avoid a clash with the ICB variable
    • Removed long_name entries from iodef.xml files
      • iodef_ar5.xml has been preserved where possible
    • Added axis definitions for 20C and 28C isotherm depths
    • Performed some minor cleaning and opportunistic minor edits
  • NEMO changes:
    • Replaced an iom_put call in DIA/diahth.F90 with a definition in field_def.xml
    • Added axis definitions for 20C and 28C isotherm depths
Location:
branches/2014/dev_r5134_UKMO4_CF_compliance/NEMOGCM/NEMO/OPA_SRC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r5134_UKMO4_CF_compliance/NEMOGCM/NEMO/OPA_SRC/DIA/diahth.F90

    r4292 r5199  
    245245      CALL iom_put( "mldr10_3", zrho10_3     )   ! MLD delta rho(10m) = 0.03 
    246246      CALL iom_put( "pycndep" , zpycn        )   ! MLD delta rho equi. delta T(10m) = 0.2 
    247       CALL iom_put( "BLT"     , ztm2 - zpycn )   ! Barrier Layer Thickness 
    248247      CALL iom_put( "tinv"    , ztinv        )   ! max. temp. inv. (t10 ref)  
    249248      CALL iom_put( "depti"   , zdepinv      )   ! depth of max. temp. inv. (t10 ref)  
  • branches/2014/dev_r5134_UKMO4_CF_compliance/NEMOGCM/NEMO/OPA_SRC/IOM/iom.F90

    r5123 r5199  
    152152#endif 
    153153      CALL iom_set_axis_attr( "icbcla", class_num ) 
     154      CALL iom_set_axis_attr( "iax_20C", (/ REAL(20,wp) /) ) 
     155      CALL iom_set_axis_attr( "iax_28C", (/ REAL(28,wp) /) ) 
    154156       
    155157      ! automatic definitions of some of the xml attributs 
Note: See TracChangeset for help on using the changeset viewer.