Ignore:
Timestamp:
Nov 2, 2023, 6:24:46 PM (13 months ago)
Author:
llange
Message:

MARS PCM
1) Following r-3098, adding d_coeff in the OMPthreadprivate
2) Introduce a temporary "old_wsublimation_scheme": when set to true (by
default), the water frost sublimation is computed as usual. Else, it is
computed as rho Ch U (q-qsat) and not rho Cd U (q-qsat)
LL

File:
1 edited

Legend:

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

    r3098 r3111  
    2121      use surfdat_h, only: albedo_h2o_cap,albedo_h2o_frost,
    2222     &                     frost_albedo_threshold, inert_h2o_ice,
    23      &                     frost_metam_threshold
     23     &                     frost_metam_threshold,old_wsublimation_scheme
    2424      use time_phylmdz_mod, only: ecritphy,day_step,iphysiq,ecritstart,
    2525     &                            daysec,dtphys
     
    890890     &            frost_albedo_threshold
    891891
     892! TMP: old_wsublimation_scheme
     893         write(*,*) "Old water sublimation scheme?"
     894         old_wsublimation_scheme = .true.
     895         call getin_p("old_wsublimation_scheme",old_wsublimation_scheme)
     896         write(*,*) "old_wsublimation_scheme",old_wsublimation_scheme
     897
    892898! call Titus crocus line -- DEFAULT IS NONE
    893899         write(*,*) "Titus crocus line ?"
Note: See TracChangeset for help on using the changeset viewer.