Changeset 1531 for trunk/LMDZ.GENERIC/libf/phystd/dyn1d
- Timestamp:
- Apr 7, 2016, 9:17:30 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/dyn1d/rcm1d.F
r1529 r1531 21 21 & mugaz, rcp, omeg 22 22 use time_phylmdz_mod, only: daysec, dtphys, day_step, ecritphy, 23 & nday 23 & nday, iphysiq 24 24 use callkeys_mod, only: tracer,check_cpp_match,rings_shadow, 25 25 & specOLR,water,pceil,ok_slab_ocean 26 26 USE comvert_mod, ONLY: ap,bp,aps,bps,pa,preff 27 27 USE logic_mod, ONLY: hybrid,autozlevs 28 use regular_lonlat_mod, only: init_regular_lonlat 29 use planete_mod, only: ini_planete_mod 28 30 use inifis_mod, only: inifis 29 31 implicit none … … 478 480 write(*,*) " day_step = ",day_step 479 481 480 482 iphysiq=1 ! in 1D model physics are called evry time step 481 483 ecritphy=day_step ! default value for ecritphy 482 484 PRINT *,'Nunber of steps between writediagfi ?' … … 497 499 write(*,*)"-------------------------------------" 498 500 write(*,*)"-------------------------------------" 501 502 ! initializations, as with iniphysiq.F90 for the 3D GCM 503 CALL init_regular_lonlat(1,1,longitude,latitude, 504 & (/0.,0./),(/0.,0./)) 505 506 call ini_planete_mod(nlayer,preff,ap,bp) 499 507 500 508 !!! CALL INIFIS
Note: See TracChangeset
for help on using the changeset viewer.