Changeset 4067 for trunk/LMDZ.MARS/libf/phymars
- Timestamp:
- Feb 12, 2026, 12:20:33 PM (2 weeks ago)
- Location:
- trunk/LMDZ.MARS/libf/phymars
- Files:
-
- 5 edited
-
conf_phys.F (modified) (1 diff)
-
dyn1d/init_testphys1d_mod.F90 (modified) (1 diff)
-
dyn1d/testphys1d.F90 (modified) (1 diff)
-
pbl_parameters_mod.F90 (modified) (1 diff)
-
vdif_cd_mod.F90 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/conf_phys.F
r4066 r4067 969 969 call getin_p("albedo_h2o_cap",albedo_h2o_cap) 970 970 write(*,*) " albedo_h2o_cap = ",albedo_h2o_cap 971 write(*,*) "water fr ist albedo ?"971 write(*,*) "water frost albedo ?" 972 972 albedo_h2o_frost=0.35 973 973 call getin_p("albedo_h2o_frost",albedo_h2o_frost) -
trunk/LMDZ.MARS/libf/phymars/dyn1d/init_testphys1d_mod.F90
r4059 r4067 665 665 temp = teta(1:) 666 666 else 667 read(3,*) header, (t surf(1,j), j = 1,size(tsurf,2)), (temp(ilayer), ilayer = 1,nlayer)667 read(3,*) header, (temp(ilayer), ilayer = 1,nlayer) 668 668 close(3) 669 669 endif -
trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F90
r4059 r4067 139 139 endif 140 140 endif 141 if (therestart1D .and. .not. therestartfi) error stop 'There is a "start1D.txt" but no "startfi.nc". There might be problems for the initialization (for example ''qsurf'' )!'141 if (therestart1D .and. .not. therestartfi) error stop 'There is a "start1D.txt" but no "startfi.nc". There might be problems for the initialization (for example ''qsurf'' and ''tsurf'')!' 142 142 143 143 call init_testphys1d('start1D.txt','startfi.nc',therestart1D,therestartfi,ngrid,nlayer,odpref,nq,q, & -
trunk/LMDZ.MARS/libf/phymars/pbl_parameters_mod.F90
r3726 r4067 149 149 150 150 REAL tsurf_v(ngrid) ! Virtual surface temperature, accounting for vapor flottability 151 REAL temp_v(ngrid) ! Potential virtual air temperature in the f rist layer, accounting for vapor flottability151 REAL temp_v(ngrid) ! Potential virtual air temperature in the first layer, accounting for vapor flottability 152 152 REAL mu_h2o ! Molecular mass of water vapor (kg/mol) 153 153 REAL tol_frost ! Tolerance to consider the effect of frost on the surface -
trunk/LMDZ.MARS/libf/phymars/vdif_cd_mod.F90
r3727 r4067 131 131 REAL z1,zcd0 ! Neutral roughness (m) and Cd/Ch coefficient when call richls is not called 132 132 REAL tsurf_v(ngrid,nslope) ! Virtual surface temperature, accounting for vapor flottability 133 REAL temp_v(ngrid) ! Potential virtual air temperature in the f rist layer, accounting for vapor flottability133 REAL temp_v(ngrid) ! Potential virtual air temperature in the first layer, accounting for vapor flottability 134 134 REAL mu_h2o ! Molecular mass of water vapor (kg/mol) 135 135 REAL tol_frost ! Tolerance to consider the effect of frost on the surface
Note: See TracChangeset
for help on using the changeset viewer.
