Changeset 3111 for trunk/LMDZ.MARS/libf/phymars/conf_phys.F
- Timestamp:
- Nov 2, 2023, 6:24:46 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/conf_phys.F
r3098 r3111 21 21 use surfdat_h, only: albedo_h2o_cap,albedo_h2o_frost, 22 22 & frost_albedo_threshold, inert_h2o_ice, 23 & frost_metam_threshold 23 & frost_metam_threshold,old_wsublimation_scheme 24 24 use time_phylmdz_mod, only: ecritphy,day_step,iphysiq,ecritstart, 25 25 & daysec,dtphys … … 890 890 & frost_albedo_threshold 891 891 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 892 898 ! call Titus crocus line -- DEFAULT IS NONE 893 899 write(*,*) "Titus crocus line ?"
Note: See TracChangeset
for help on using the changeset viewer.