Ignore:
Timestamp:
Oct 18, 2017, 4:58:57 PM (7 years ago)
Author:
Laurent Fairhead
Message:

Change of location for xios missing value definition
as the previous location did not work for the coupled model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/physiq_mod.F90

    r3011 r3029  
    12001200       !IM 180608
    12011201
    1202 #ifdef CPP_XIOS
    1203        ! Get "missing_val" value from XML files (from temperature variable)
    1204        !$OMP MASTER
    1205        CALL xios_get_field_attr("temp",default_value=missing_val_omp)
    1206        !$OMP END MASTER
    1207        !$OMP BARRIER
    1208        missing_val=missing_val_omp
    1209 #endif
    1210 
    12111202       itau_con=0
    12121203       first=.false.
     
    16381629           xios_field_is_active("rld4co2").OR.xios_field_is_active("rldcs4co2")) &
    16391630           ok_4xCO2atm=.TRUE.
     1631! Need to put this initialisation after phyetat0 as in the coupled model the XIOS context is only
     1632! initialised at that moment
     1633       ! Get "missing_val" value from XML files (from temperature variable)
     1634       !$OMP MASTER
     1635       CALL xios_get_field_attr("temp",default_value=missing_val_omp)
     1636       !$OMP END MASTER
     1637       !$OMP BARRIER
     1638       missing_val=missing_val_omp
    16401639#endif
    16411640
Note: See TracChangeset for help on using the changeset viewer.