Changeset 3335 for trunk/LMDZ.GENERIC/libf/phystd/dyn1d
- Timestamp:
- May 18, 2024, 8:21:24 PM (13 months ago)
- Location:
- trunk/LMDZ.GENERIC/libf/phystd/dyn1d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/dyn1d/kcm1d.F90
r3233 r3335 106 106 LOGICAL :: moderntracdef=.false. ! JVO, YJ : modern traceur.def 107 107 108 character(len=100) :: dt_file 109 integer :: ios 110 integer :: k 111 108 112 ! -------------- 109 113 ! Initialisation -
trunk/LMDZ.GENERIC/libf/phystd/dyn1d/rcm1d.F
r3105 r3335 7 7 use infotrac, only: nqtot, tname 8 8 use tracer_h, only: noms, is_condensable 9 use radinc_h, only : L_NSPECTV 9 10 use surfdat_h, only: albedodat, phisfi, dryness, 10 11 & zmea, zstd, zsig, zgam, zthe, … … 94 95 integer :: i_h2o_ice=0 ! tracer index of h2o ice 95 96 integer :: i_h2o_vap=0 ! tracer index of h2o vapor 96 REAL emis(1) ! surface layer 97 REAL emis(1) ! emissivity of surface 98 real :: albedo(1,L_NSPECTV) ! surface albedo in various spectral bands 97 99 REAL q2(llm+1) ! Turbulent Kinetic Energy 98 100 REAL zlay(llm) ! altitude estimee dans les couches (km) … … 883 885 call getin("albedo",albedodat(1)) 884 886 write(*,*) " albedo = ",albedodat(1) 887 ! Initialize surface albedo to that of bare ground 888 albedo(1,:)=albedodat(1) 885 889 886 890 inertiedat(1,1)=400 ! default value for inertiedat … … 954 958 call physdem1("startfi.nc",nsoilmx,1,llm,nq, 955 959 & dtphys,time, 956 & tsurf,tsoil,emis, q2,qsurf,960 & tsurf,tsoil,emis,albedo,q2,qsurf, 957 961 & cloudfrac,totcloudfrac,hice, 958 962 & rnat,pctsrf_sic,tslab,tsea_ice,sea_ice)
Note: See TracChangeset
for help on using the changeset viewer.