Changeset 1536 for trunk/LMDZ.GENERIC/libf/phystd
- Timestamp:
- Apr 8, 2016, 10:55:28 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/dyn1d/rcm1d.F
r1533 r1536 13 13 USE comgeomfi_h, only: lati, long, area 14 14 use phyredem, only: physdem0,physdem1 15 use comgeomphy, only: initcomgeomphy 15 use comgeomphy, only: initcomgeomphy, airephy 16 16 use slab_ice_h, only: noceanmx 17 17 use planete_mod, only: apoastr,periastr,year_day,peri_day, … … 140 140 c======================================================================= 141 141 ! initialize "serial/parallel" related stuff 142 CALL init_phys_lmdz(iim,jjm+1,llm,1,(/(jjm-1)*iim+2/)) 142 ! CALL init_phys_lmdz(iim,jjm+1,llm,1,(/(jjm-1)*iim+2/)) 143 CALL init_phys_lmdz(1,1,llm,1,(/1/)) 143 144 call initcomgeomphy 144 145 … … 237 238 ! OK. now that run.def has been read once -- any variable is in memory. 238 239 ! so we can dump the dummy run.def 239 call system("rm -rf run.def") 240 ! call system("rm -rf run.def") ! Ehouarn: delay this to after inifis 240 241 241 242 ! while we're at it, check if there is a 'traceur.def' file … … 330 331 !!! AREA. useless in 1D 331 332 area(1)=1.E+0 332 aire (1)=area(1) !JL+EM to have access to the area in the diagfi.nc files. area in comgeomfi.h and aire in comgeom.h333 airephy(1)=area(1) !JL+EM to have access to the area in the diagfi.nc files. area in comgeomfi.h and aire in comgeom.h 333 334 !!! GEOPOTENTIAL. useless in 1D because control by surface pressure 334 335 phisfi(1)=0.E+0 … … 516 517 CALL inifis(1,llm,nq,day0,daysec,nday,dtphys, 517 518 . latitude,longitude,area,rad,g,r,cpp) 519 520 ! At this point, both getin() and getin_p() functions have been used, 521 ! and the run.def file can be removed. 522 call system("rm -rf run.def") 523 518 524 !!! We check everything is OK. 519 525 PRINT *,"CHECK" … … 635 641 write(*,*) " v = ",grv 636 642 643 ! To be clean, also set vertical winds to zero 644 w(1:nlayer)=0 645 637 646 c Initialisation des vents au premier pas de temps 638 647 DO ilayer=1,nlayer
Note: See TracChangeset
for help on using the changeset viewer.