Ignore:
Timestamp:
06/09/21 12:49:44 (3 years ago)
Author:
ymipsl
Message:

better ensemble management in LMDZ

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG_DEVT/LMDZOR_V6.2_work_ENSEMBLES/modeles/LMDZ/libf/misc/wxios.F90

    r5490 r5851  
    255255      IMPLICIT NONE 
    256256       
    257         CALL xios_set_axis_attr("ensemble",n_glo=whole_ensemble_size,begin=whole_ensemble_rank, n=1) 
     257        IF (ensemble_management)  CALL xios_set_axis_attr("ensemble",n_glo=whole_ensemble_size,begin=whole_ensemble_rank, n=1) 
    258258       
    259259    END SUBROUTINE wxios_ensemble_param 
Note: See TracChangeset for help on using the changeset viewer.