Ignore:
Timestamp:
06/08/16 02:50:01 (8 years ago)
Author:
ymipsl
Message:

bug fix when porting to gortran (mostly line size >132)

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/trunk/src/etat0_dcmip2016_supercell.f90

    r388 r402  
    5555     
    5656    INTEGER :: l,ij 
     57    INTEGER,PARAMETER :: perturbation = 1 
     58     
    5759    REAL(rstd) :: p,z, thetav,rho 
    5860  
     
    6062    DO ij=1,ngrid 
    6163       z=0. 
    62        CALL supercell_z(lon(ij), lat(ij), z, ps(ij), thetav, rho, q(ij,1,1), 0) 
     64       CALL supercell_z(lon(ij), lat(ij), z, ps(ij), thetav, rho, q(ij,1,1), perturbation) 
    6365       DO l=ll_begin,ll_end 
    6466         p=0.5*(ap(l)+ap(l+1) + (bp(l)+bp(l+1)) * ps(ij)) 
    65          CALL supercell_test(lon(ij),lat(ij),p,z,0,ulon(ij,l),ulat(ij,l),temp(ij,l),thetav, ps(ij),rho, q(ij,l,1),0)  
     67         CALL supercell_test(lon(ij),lat(ij),p,z,0,ulon(ij,l),ulat(ij,l),temp(ij,l),thetav, ps(ij),rho, q(ij,l,1),perturbation)  
    6668       END DO 
    6769    END DO 
Note: See TracChangeset for help on using the changeset viewer.