Changeset 5116 for LMDZ6/branches/Amaury_dev/libf/dynphy_lonlat/calfis.f90
- Timestamp:
- Jul 24, 2024, 2:54:37 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/dynphy_lonlat/calfis.f90
r5113 r5116 180 180 debut = .TRUE. 181 181 IF (ngridmx/=2+(jjm-1)*iim) THEN 182 write(lunout,*) 'STOP dans calfis'183 write(lunout,*) &182 WRITE(lunout,*) 'STOP dans calfis' 183 WRITE(lunout,*) & 184 184 'La dimension ngridmx doit etre egale a 2 + (jjm-1)*iim' 185 write(lunout,*) ' ngridmx jjm iim '186 write(lunout,*) ngridmx,jjm,iim185 WRITE(lunout,*) ' ngridmx jjm iim ' 186 WRITE(lunout,*) ngridmx,jjm,iim 187 187 CALL abort_gcm("calfis", "", 1) 188 188 ENDIF … … 299 299 ! convergence dynamique pour les traceurs "EAU" 300 300 ! Earth-specific treatment of first 2 tracers (water) 301 if (planet_type=="earth") then301 if (planet_type=="earth") THEN 302 302 DO iq=1,2 303 303 DO l=1,llm … … 467 467 468 468 469 ! write(lunout,*) 'PHYSIQUE AVEC NSPLIT_PHYS=',nsplit_phys469 ! WRITE(lunout,*) 'PHYSIQUE AVEC NSPLIT_PHYS=',nsplit_phys 470 470 zdt_split=dtphys/nsplit_phys 471 471 zdufic(:,:)=0. … … 482 482 lafin_split=lafin.and.isplit==nsplit_phys 483 483 484 ! if (planet_type=="earth") then484 ! if (planet_type=="earth") THEN 485 485 CALL call_physiq(ngridmx,llm,nqtot,tracers(:)%name, & 486 486 debut_split,lafin_split, & … … 493 493 zdufi,zdvfi,zdtfi,zdqfi,zdpsrf) 494 494 495 ! else if ( planet_type=="generic" ) then 496 495 ! else if ( planet_type=="generic" ) THEN 497 496 ! CALL physiq (ngridmx, !! ngrid 498 497 ! . llm, !! nlayer
Note: See TracChangeset
for help on using the changeset viewer.