Changeset 3028 for LMDZ6/branches/IPSLCM6.0.13/libf/phylmd/physiq_mod.F90
- Timestamp:
- Oct 18, 2017, 4:55:22 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/IPSLCM6.0.13/libf/phylmd/physiq_mod.F90
r3011 r3028 1200 1200 !IM 180608 1201 1201 1202 #ifdef CPP_XIOS1203 ! Get "missing_val" value from XML files (from temperature variable)1204 !$OMP MASTER1205 CALL xios_get_field_attr("temp",default_value=missing_val_omp)1206 !$OMP END MASTER1207 !$OMP BARRIER1208 missing_val=missing_val_omp1209 #endif1210 1202 1211 1203 itau_con=0 … … 1414 1406 !>jyg 1415 1407 ENDIF 1408 1409 1416 1410 !IM begin 1417 1411 print*,'physiq: clwcon rnebcon ratqs',clwcon(1,1),rnebcon(1,1) & … … 1638 1632 xios_field_is_active("rld4co2").OR.xios_field_is_active("rldcs4co2")) & 1639 1633 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 1640 1642 #endif 1641 1643 … … 4411 4413 ! ------------------------------------------------- 4412 4414 ! 4415 4413 4416 include "calcul_STDlev.h" 4414 4417 !
Note: See TracChangeset
for help on using the changeset viewer.