Changeset 3151 for trunk/LMDZ.MARS/libf


Ignore:
Timestamp:
Dec 7, 2023, 6:02:10 PM (13 months ago)
Author:
llange
Message:

Mars PCM
Switching pbl_parameter.F into a module. Cleaning of unused variables/sections in it.
Correction in the computations of ustar, thetastar as it was done in a different way compare to vdif_cd. It is now self-consistent.
Maybe pbl_surface in the MCD needs also to be changed ? In discussion with Ehouarn and Aymeric.
LL

Location:
trunk/LMDZ.MARS/libf/phymars
Files:
1 added
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/physiq_mod.F

    r3148 r3151  
    123123     &                        ini_comslope_h
    124124      use write_output_mod, only: write_output
     125      use pbl_parameters_mod, only: pbl_parameters
    125126      IMPLICIT NONE
    126127c=======================================================================
     
    25632564           call pbl_parameters(ngrid,nlayer,ps,zplay,z0,
    25642565     & 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)
    25662567                   ! pourquoi ustar recalcule ici? fait dans vdifc.
    25672568
Note: See TracChangeset for help on using the changeset viewer.