Ignore:
Timestamp:
Jul 5, 2022, 11:56:27 PM (3 years ago)
Author:
aslmd
Message:

made the vertical discretization for Titan LES similar to that of Mars (simple linear law for znw and refinement close to the surface). no more need to prepare a file levels, just put ztop and number of levels in namelist. a file levels is saved at the end of the znw computation so that it can be read in update_inputs_physiq_mod in the case of Titan.

added MESOSCALE precompiling flags in call_profilgases to set constant methane abundance. therefore no need for profile.def file and the number of vertical levels is set by namelist -- no need to set the same number in both levels and profile.def

outputing ustar from vdifc

ending hardcoding of ptop in update_inputs_physiq_mod for Titan and generic LES/mesoscale. streamlining grod%ptop through module_lmd_driver as ptopwrf within variables_mod module.

adding flux outputs to check surface and atmosphere energy budgets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/phytitan/vdifc.F

    r1668 r2743  
    1212      use comcstfi_mod, only: g, r, cpp, rcp
    1313      use callkeys_mod, only: tracer,nosurf
     14      use turb_mod, only: ustar
    1415
    1516      implicit none
     
    203204         zcdv(ig)=zcdv_true(ig)*sqrt(zu2)
    204205         zcdh(ig)=zcdh_true(ig)*sqrt(zu2)
     206         ustar(ig)=sqrt(zcdv_true(ig))*sqrt(zu2)
    205207      ENDDO
    206208
Note: See TracChangeset for help on using the changeset viewer.