Changeset 3026 for trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F
- Timestamp:
- Aug 9, 2023, 11:56:36 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F
r3021 r3026 815 815 ! Adding an option to force atmospheric water values JN 816 816 atm_wat_profile = -1. ! Default: free atm wat profile 817 if (water) then 817 818 print *,'Force atmospheric water vapor profile?' 818 819 call getin("atm_wat_profile",atm_wat_profile) … … 830 831 stop 831 832 endif 833 endif 832 834 833 835 ! Check if the atmospheric water profile relaxation is specified … … 835 837 ! Adding an option to relax atmospheric water values JBC 836 838 atm_wat_tau = -1. ! Default: no time relaxation 839 if (water) then 837 840 print*, 'Relax atmospheric water vapor profile?' 838 841 call getin("atm_wat_tau",atm_wat_tau) … … 850 853 stop 851 854 endif 855 endif 852 856 endif 853 857 … … 908 912 ! Added "atm_wat_profile" flag (JN + JBC) 909 913 ! --------------------------------------- 914 if (water) then 910 915 call watersat(nlayer,temp,play,zqsat) 911 916 if (0. <= atm_wat_profile .and. atm_wat_profile <= 1.) then … … 922 927 endif 923 928 endif 929 endif 924 930 925 931 ! write(*,*) "testphys1d avant q", q(1,:)
Note: See TracChangeset
for help on using the changeset viewer.