Changeset 6167 for CONFIG_DEVT


Ignore:
Timestamp:
06/14/22 00:48:29 (2 years ago)
Author:
ymipsl
Message:

add value and axis_type to ensemble axis.
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/config/IPSLCM6/SOURCES/NEMO/iom.F90

    r5866 r6167  
    258258       
    259259! set ensemble management : additionnal dimension for the index member 
    260       CALL xios_set_axis_attr("ensemble", n_glo=whole_ensemble_size, begin=whole_ensemble_rank, n=1)       
     260      CALL xios_set_axis_attr("ensemble", n_glo=whole_ensemble_size, begin=whole_ensemble_rank, n=1,& 
     261                               value=(/REAL(whole_ensemble_rank)/), axis_type="E")       
    261262      ! 
    262263      ! end file definition 
Note: See TracChangeset for help on using the changeset viewer.