Ignore:
Timestamp:
Nov 19, 2014, 1:13:31 AM (10 years ago)
Author:
fhourdin
Message:

Corrections pour le 1D.
Le test recemment introduit sur le fait que iphysiq est multiple
de iperiod est deplace de conf_gcm.F90 vers gcm.F pour éviter
qu'il ne soit actif en 1D.
Le include ../dyn3d/conf_gcm.F est remplace par ../dyn3d/conf_gcm.F90
dans 1DUTILS.h

Bug fixing for 1D

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dyn3d/gcm.F

    r2038 r2151  
    178178!#ifdef CPP_IOIPSL
    179179      CALL conf_gcm( 99, .TRUE. , clesphy0 )
     180      if (mod(iphysiq, iperiod) /= 0) call abort_gcm("conf_gcm",
     181     s "iphysiq must be a multiple of iperiod", 1)
    180182!#else
    181183!      CALL defrun( 99, .TRUE. , clesphy0 )
Note: See TracChangeset for help on using the changeset viewer.