Changeset 3163 for trunk/LMDZ.MARS/libf
- Timestamp:
- Dec 19, 2023, 5:17:31 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/vdifc_mod.F
r3162 r3163 601 601 c ------------------------------------------- 602 602 603 CALL vdif_cd(ngrid,nlay,pz0,g,pzlay,zu,zv,wstar,ptsrf_tmp 604 & ,zh,zcdv_true,zcdh_true) 603 CALL vdif_cd(ngrid,nlay,pz0,g,pzlay,pplay,pu,pv,wstar,ptsrf_tmp, 604 & ph,virtual,mmean(:,1),zq(:,:,igcm_h2o_vap), 605 & pqsurf(:,igcm_h2o_ice,major_slope(:)), 606 & zcdv_true,zcdh_true) 605 607 606 608 zu2(:)=zu(:,1)*zu(:,1)+zv(:,1)*zv(:,1)
Note: See TracChangeset
for help on using the changeset viewer.