Changeset 3916


Ignore:
Timestamp:
Feb 24, 2016, 6:23:17 PM (9 years ago)
Author:
ymipsl
Message:

Bug-fix : limit.nc was not written for aquaplant configuration using dynamico.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/create_etat0_limit_unstruct.f90

    r3895 r3916  
    3636        IF (is_omp_master) CALL xios_set_axis_attr("time_year",n_glo=ndays,value=value)
    3737       
    38         IF (iflag_phys<100) THEN
    39 
    40           IF (create_etat0_limit) THEN
     38        IF (create_etat0_limit) THEN
     39          IF (iflag_phys<100) THEN
    4140            IF (is_omp_master) CALL xios_set_fieldgroup_attr("etat0_limit_read",read_access=.TRUE.,enabled=.TRUE.)
    4241            IF (is_omp_master) CALL xios_set_filegroup_attr("etat0_limit_read",enabled=.TRUE.)
    43             IF (is_omp_master) CALL xios_set_file_attr("limit_write",enabled=.TRUE.)
    4442          ENDIF
    45      
     43          IF (is_omp_master) CALL xios_set_file_attr("limit_write",enabled=.TRUE.)
    4644        ENDIF
    4745     
Note: See TracChangeset for help on using the changeset viewer.