Changeset 3151
- Timestamp:
- Dec 7, 2023, 6:02:10 PM (14 months ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 1 added
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/changelog.txt
r3150 r3151 4386 4386 Some cleaning have also been made (remove commented lines, outputs, etc.) 4387 4387 VDIFC: minor fix: zcdv_true zcdh_true are out and not in variables. 4388 4389 == 07/12/2023 == LL 4390 4391 Switching pbl_parameter.F into a module. Cleaning of unused variables/sections in it. 4392 Correction in the computations of ustar, thetastar as it was done in a different way compare to vdif_cd. It is now self-consistent. 4393 Maybe pbl_surface in the MCD needs also to be changed ? In discussion with Ehouarn and Aymeric. -
trunk/LMDZ.MARS/libf/phymars/physiq_mod.F
r3148 r3151 123 123 & ini_comslope_h 124 124 use write_output_mod, only: write_output 125 use pbl_parameters_mod, only: pbl_parameters 125 126 IMPLICIT NONE 126 127 c======================================================================= … … 2563 2564 call pbl_parameters(ngrid,nlayer,ps,zplay,z0, 2564 2565 & g,zzlay,zzlev,zu,zv,wstar,hfmax_th,zmax_th,tsurf(:,iflat), 2565 & zh,z_out,n_out,T_out,u_out,ustar,tstar, L_mo,vhf,vvv)2566 & zh,z_out,n_out,T_out,u_out,ustar,tstar,vhf,vvv) 2566 2567 ! pourquoi ustar recalcule ici? fait dans vdifc. 2567 2568
Note: See TracChangeset
for help on using the changeset viewer.