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 12012 – NEMO

Changeset 12012


Ignore:
Timestamp:
2019-11-29T16:06:26+01:00 (4 years ago)
Author:
smueller
Message:

Further modification that completes the enabling of the grid-type propagation started with [12010] (ticket #2175)

Location:
NEMO/branches/2019/dev_r11879_ENHANCE-05_SimonM-Harmonic_Analysis
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11879_ENHANCE-05_SimonM-Harmonic_Analysis/cfgs/SHARED/field_def_nemo-oce.xml

    r12011 r12012  
    7070 
    7171      <!-- Fields selected for regression analysis --> 
    72       <field id="diamlr_f001" field_ref="ssh"  grid_ref="grid_T_2D" enabled=".TRUE." /> 
     72      <field id="diamlr_f001" field_ref="ssh" enabled=".TRUE." /> 
    7373 
    7474    </field_group> 
  • NEMO/branches/2019/dev_r11879_ENHANCE-05_SimonM-Harmonic_Analysis/src/OCE/DIA/diamlr.F90

    r12010 r12012  
    336336            !      fields selected for analysis 
    337337            DO jn = 1, ifld 
    338                CALL xios_get_attr( slxhdl_flds(jn), name=clxatt_name2, grid_ref=clxatt_gridref, field_ref=clxatt_fieldref ) 
     338               CALL xios_get_attr  ( slxhdl_flds(jn), name=clxatt_name2, field_ref=clxatt_fieldref ) 
     339               CALL xios_get_handle( TRIM( clxatt_fieldref ), slxhdl_fld ) 
     340               CALL xios_get_attr  ( slxhdl_fld, grid_ref=clxatt_gridref ) 
    339341               clgt="T" 
    340342               IF ( INDEX( clxatt_gridref, "_U_" ) > 0 ) clgt="U" 
Note: See TracChangeset for help on using the changeset viewer.