Changeset 3028


Ignore:
Timestamp:
Oct 18, 2017, 4:55:22 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/branches/IPSLCM6.0.13/libf/phylmd/physiq_mod.F90

    r3011 r3028  
    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
    12101202
    12111203       itau_con=0
     
    14141406!>jyg
    14151407       ENDIF
     1408
     1409
    14161410       !IM begin
    14171411       print*,'physiq: clwcon rnebcon ratqs',clwcon(1,1),rnebcon(1,1) &
     
    16381632           xios_field_is_active("rld4co2").OR.xios_field_is_active("rldcs4co2")) &
    16391633           ok_4xCO2atm=.TRUE.
     1634! Need to put this initialisation after phyetat0 as in the coupled model the XIOS context is only
     1635! initialised at that moment
     1636       ! Get "missing_val" value from XML files (from temperature variable)
     1637       !$OMP MASTER
     1638       CALL xios_get_field_attr("temp",default_value=missing_val_omp)
     1639       !$OMP END MASTER
     1640       !$OMP BARRIER
     1641       missing_val=missing_val_omp
    16401642#endif
    16411643
     
    44114413    !   -------------------------------------------------
    44124414    !
     4415
    44134416    include "calcul_STDlev.h"
    44144417    !
Note: See TracChangeset for help on using the changeset viewer.