Changeset 1229 for trunk/LMDZ.MARS/libf/phymars
- Timestamp:
- Apr 18, 2014, 11:42:36 AM (11 years ago)
- Location:
- trunk/LMDZ.MARS/libf/phymars
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/phyetat0.F90
r1226 r1229 10 10 get_field, get_var, inquire_field, & 11 11 inquire_dimension, inquire_dimension_length 12 use planete_h13 use comcstfi_h14 12 15 13 implicit none -
trunk/LMDZ.MARS/libf/phymars/physiq.F
r1226 r1229 33 33 & dtrad, fluxrad_sky, fluxrad, albedo 34 34 use turb_mod, only: q2, wstar, hfmax_th 35 use planete_h 36 USE comcstfi_h 35 use planete_h, only: aphelie, periheli, year_day, peri_day, 36 & obliquit 37 USE comcstfi_h, only: r, cpp, mugaz, g, rcp, pi, rad, daysec 37 38 #ifdef MESOSCALE 38 39 use comsoil_h, only: mlayer,layer -
trunk/LMDZ.MARS/libf/phymars/start2archive.F
r1224 r1229 134 134 ! allocate arrays: 135 135 allocate(q(ip1jmp1,llm,nqtot)) 136 allocate(qsurf(ngridmx,nqtot)) 136 137 allocate(qsurfS(ip1jmp1,nqtot)) 137 138 call ini_surfdat_h(ngridmx,nqtot) -
trunk/LMDZ.MARS/libf/phymars/testphys1d.F
r1226 r1229 15 15 use phyredem, only: physdem0,physdem1 16 16 use comgeomphy, only: initcomgeomphy 17 use planete_h 18 use comcstfi_h 17 use planete_h, only: year_day, periheli, aphelie, peri_day, 18 & obliquit, emin_turb, lmixmin 19 use comcstfi_h, only: pi, rad, daysec, omeg, g, mugaz, rcp, r, 20 & cpp, dtphys 21 use dimradmars_mod, only: tauscaling 19 22 IMPLICIT NONE 20 23 … … 677 680 call physdem1("startfi.nc",nsoilmx,ngrid,llm,nq, 678 681 . dtphys,time, 679 . tsurf,tsoil,co2ice,emis,q2,qsurf )682 . tsurf,tsoil,co2ice,emis,q2,qsurf,tauscaling) 680 683 681 684 c=======================================================================
Note: See TracChangeset
for help on using the changeset viewer.