Changeset 2293 for trunk/LMDZ.MARS/libf/phymars/dyn1d
- Timestamp:
- Apr 20, 2020, 6:03:41 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F
r2228 r2293 11 11 & albedice, iceradius, dtemisice, z0, 12 12 & zmea, zstd, zsig, zgam, zthe, phisfi, 13 & watercaptag, hmons, summit, base13 & watercaptag, watercap, hmons, summit, base 14 14 use slope_mod, only: theta_sl, psi_sl 15 15 use phyredem, only: physdem0,physdem1 … … 472 472 paleomars=.false. ! Default: no water ice reservoir 473 473 call getin("paleomars",paleomars) 474 if (paleomars ==.true.) then474 if (paleomars.eqv..true.) then 475 475 write(*,*) "paleomars=", paleomars 476 476 write(*,*) "Orbital parameters from callphys.def" … … 736 736 c Check if the surface is a water ice reservoir 737 737 c -------------------------------------------------- 738 watercap(1)=0 ! Initialize watercap 738 739 watercaptag(1)=.false. ! Default: no water ice reservoir 739 740 print *,'Water ice cap on ground ?' … … 768 769 & totcloudfrac,wstar, 769 770 & mem_Mccn_co2,mem_Nccn_co2, 770 & mem_Mh2o_co2 )771 & mem_Mh2o_co2,watercap) 771 772 772 773 c=======================================================================
Note: See TracChangeset
for help on using the changeset viewer.