Ignore:
Timestamp:
Jan 30, 2019, 2:54:30 PM (5 years ago)
Author:
Laurent Fairhead
Message:

Wrong order in call sequence of XIOS context initialisation meant that the coupled model hung.
LF

File:
1 edited

Legend:

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

    r3450 r3457  
    14721472       IF (MOD(NINT(86400./phys_tstep),nbapp_wk).EQ.0) THEN
    14731473          wkpas = NINT( 86400./phys_tstep)/nbapp_wk
    1474        print *,'physiq, wkpas ',wkpas
     1474!       print *,'physiq, wkpas ',wkpas
    14751475       ELSE
    14761476          WRITE(lunout,*) 'le nombre de pas de temps physique doit etre un ', &
     
    14831483       ENDIF
    14841484       ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    1485        CALL init_iophy_new(latitude_deg,longitude_deg)
     1485!       CALL init_iophy_new(latitude_deg,longitude_deg)
    14861486
    14871487          !===================================================================
Note: See TracChangeset for help on using the changeset viewer.