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/dyn3dpar/gcm.F

    r2038 r2151  
    175175!#ifdef CPP_IOIPSL
    176176      CALL conf_gcm( 99, .TRUE. , clesphy0 )
     177      if (mod(iphysiq, iperiod) /= 0) call abort_gcm("conf_gcm",
     178     s "iphysiq must be a multiple of iperiod", 1)
    177179!#else
    178180!      CALL defrun( 99, .TRUE. , clesphy0 )
Note: See TracChangeset for help on using the changeset viewer.