Changeset 2355


Ignore:
Timestamp:
Aug 28, 2015, 1:04:00 PM (9 years ago)
Author:
Ehouarn Millour
Message:

Bug fix on bug introduced in previous bug fix (klon_glo is not set before call to init_physics_distribution, but has a correct value after).
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dynlonlat_phylonlat/phylmd/iniphysiq_mod.F90

    r2354 r2355  
    109109
    110110  ! Initialize Physics distibution and parameters and interface with dynamics
    111   IF (klon_glo>1) THEN ! general 3D case
     111  IF (ii*jj>1) THEN ! general 3D case
    112112    CALL init_physics_distribution(regular_lonlat,4, &
    113113                                 nbp,ii,jj+1,nlayer,communicator)
Note: See TracChangeset for help on using the changeset viewer.