Changeset 1621 for trunk/LMDZ.MARS/libf/phymars/phys_state_var_init_mod.F90
- Timestamp:
- Oct 25, 2016, 9:23:21 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/phys_state_var_init_mod.F90
r1524 r1621 3 3 CONTAINS 4 4 5 SUBROUTINE phys_state_var_init(ngrid,nlayer,nq, &5 SUBROUTINE phys_state_var_init(ngrid,nlayer,nq,tname, & 6 6 day_ini,hour_ini,pdaysec,ptimestep, & 7 7 prad,pg,pr,pcpp) … … 44 44 use turb_mod, only: ini_turb_mod 45 45 use comcstfi_h, only: pi,rad,cpp,g,r,rcp 46 use tracer_mod, only: nqmx46 use tracer_mod, only: ini_tracer_mod 47 47 use time_phylmdz_mod, only: init_time 48 48 … … 50 50 51 51 INTEGER,INTENT(IN) :: ngrid,nlayer,nq 52 CHARACTER(len=*),INTENT(IN) :: tname(nq) 52 53 INTEGER,INTENT(IN) :: day_ini 53 54 REAL,INTENT(IN) :: hour_ini 54 55 REAL,INTENT(IN) :: pdaysec,ptimestep,prad,pg,pr,pcpp 55 56 56 ! set dimension in tracer_mod57 nqmx=nq57 ! set dimension and allocate arrays in tracer_mod 58 call ini_tracer_mod(nq,tname) 58 59 59 60 ! set parameters in comcstfi_h
Note: See TracChangeset
for help on using the changeset viewer.