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 for NEMO/branches/2019/dev_r11879_ENHANCE-05_SimonM-Harmonic_Analysis/src/OCE/DIA – NEMO

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)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.