Ignore:
Timestamp:
May 4, 2018, 3:33:28 PM (6 years ago)
Author:
Laurent Fairhead
Message:

Continuing convergence between DYNAMICO and LMDZ new physics.
The xios stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/DYNAMICO-conv/libf/phylmd/physiq_mod.F90

    r3320 r3322  
    12011201       !IM 180608
    12021202
    1203 #ifdef CPP_XIOS
    1204        ! Get "missing_val" value from XML files (from temperature variable)
    1205        !$OMP MASTER
    1206        CALL xios_get_field_attr("temp",default_value=missing_val_omp)
    1207        !$OMP END MASTER
    1208        !$OMP BARRIER
    1209        missing_val=missing_val_omp
    1210 #endif
    12111203
    12121204       itau_con=0
     
    14001392       ENDIF
    14011393       ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     1394       CALL init_iophy_new(latitude_deg,longitude_deg)
     1395
    14021396
    14031397       CALL phyetat0 ("startphy.nc",clesphy0,tabcntr0)
     
    16121606       !   Initialisation des sorties
    16131607       !=============================================================
     1608
     1609#ifdef CPP_XIOS
     1610       ! Get "missing_val" value from XML files (from temperature variable)
     1611       !$OMP MASTER
     1612       CALL xios_get_field_attr("temp",default_value=missing_val_omp)
     1613       !$OMP END MASTER
     1614       !$OMP BARRIER
     1615       missing_val=missing_val_omp
     1616#endif
    16141617
    16151618#ifdef CPP_XIOS
Note: See TracChangeset for help on using the changeset viewer.