Changeset 3029
- Timestamp:
- Oct 18, 2017, 4:58:57 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/physiq_mod.F90
r3011 r3029 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 1211 1202 itau_con=0 1212 1203 first=.false. … … 1638 1629 xios_field_is_active("rld4co2").OR.xios_field_is_active("rldcs4co2")) & 1639 1630 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 1640 1639 #endif 1641 1640
Note: See TracChangeset
for help on using the changeset viewer.