Changeset 1543 for trunk/LMDZ.GENERIC/libf/phystd/dyn1d/rcm1d.F
- Timestamp:
- Apr 22, 2016, 9:02:11 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/dyn1d/rcm1d.F
r1542 r1543 3 3 ! to use 'getin' 4 4 use ioipsl_getincom, only: getin 5 use dimphy, only : init_dimphy 6 use mod_grid_phy_lmdz, only : regular_lonlat 5 7 use infotrac, only: nqtot, tname 6 8 use surfdat_h, only: albedodat, phisfi, dryness, watercaptag, … … 9 11 & dtemisice 10 12 use comdiurn_h, only: sinlat, coslat, sinlon, coslon 11 ! use comsaison_h12 13 use comsoil_h, only: nsoilmx, layer, mlayer, inertiedat, volcapa 13 14 use phyredem, only: physdem0,physdem1 14 use comgeomphy, only: initcomgeomphy, cell_area15 use geometry_mod, only: init_geometry 15 16 use slab_ice_h, only: noceanmx 16 17 use planete_mod, only: apoastr,periastr,year_day,peri_day, … … 27 28 use regular_lonlat_mod, only: init_regular_lonlat 28 29 use planete_mod, only: ini_planete_mod 30 use physics_distribution_mod, only: init_physics_distribution 31 use regular_lonlat_mod, only: init_regular_lonlat 32 use mod_interface_dyn_phys, only: init_interface_dyn_phys 29 33 use inifis_mod, only: inifis 30 34 implicit none … … 133 137 character*20,allocatable :: nametrac(:) ! name of the tracer (no need for adv trac common) 134 138 135 real :: latitude(1), longitude(1) 139 real :: latitude(1), longitude(1), cell_area(1) 136 140 137 141 c======================================================================= … … 140 144 ! initialize "serial/parallel" related stuff 141 145 ! CALL init_phys_lmdz(iim,jjm+1,llm,1,(/(jjm-1)*iim+2/)) 142 CALL init_phys_lmdz(1,1,llm,1,(/1/))143 call initcomgeomphy146 ! CALL init_phys_lmdz(1,1,llm,1,(/1/)) 147 ! call initcomgeomphy 144 148 145 149 !! those are defined in surfdat_h.F90 … … 490 494 491 495 ! initializations, as with iniphysiq.F90 for the 3D GCM 496 call init_physics_distribution(regular_lonlat,4, 497 & 1,1,1,nlayer,1) 498 call init_interface_dyn_phys 492 499 CALL init_regular_lonlat(1,1,longitude,latitude, 493 500 & (/0.,0./),(/0.,0./)) 494 501 call init_geometry(1,longitude,latitude, 502 & (/0.,0.,0.,0./),(/0.,0.,0.,0./), 503 & cell_area) 504 call init_dimphy(1,nlayer) ! Initialize dimphy module 495 505 call ini_planete_mod(nlayer,preff,ap,bp) 496 506
Note: See TracChangeset
for help on using the changeset viewer.