Changeset 3419 for trunk/LMDZ.COMMON/libf/evolution
- Timestamp:
- Aug 26, 2024, 10:51:28 AM (3 months ago)
- Location:
- trunk/LMDZ.COMMON/libf/evolution
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/changelog.txt
r3417 r3419 410 410 == 22/08/2024 == JBC 411 411 Small update for the launching script. 412 413 == 26/08/2024 == JBC 414 Correction for the launching script due to r3403: the job scheduler detection was missing in the case of a new cycle. -
trunk/LMDZ.COMMON/libf/evolution/deftank/launchPEM.sh
r3417 r3419 57 57 echo "This is a new cycle for the PEM simulation." 58 58 date 59 if [ $dim -ne 1 ]; then 60 job_scheduler 61 fi 59 62 read i_myear n_myear convert_years iPCM iPEM nPCM nPCM_ini < info_PEM.txt 60 63 cyclelaunch $dim $nPCM … … 115 118 fi 116 119 sed -i "1s/.*/$i_myear $n_myear $convert_years $iPCM $iPEM $nPCM $nPCM_ini/" info_PEM.txt 120 if [ -f "kill_launchPEM.sh" ]; then 121 ./kill_launchPEM.sh 122 fi 117 123 if [ $relaunch = "PCM" ]; then 118 124 relaunchPCM $dim -
trunk/LMDZ.COMMON/libf/evolution/pem.F90
r3403 r3419 1023 1023 write(*,*) "STOPPING because surface global pressure changed too much:", stopPEM, "See message above." 1024 1024 case(5) 1025 write(*,*) "STOPPING because maximum number of iterations due to orbital parameters is reached:", stopPEM1025 write(*,*) "STOPPING because maximum number of iterations is reached (possibly due to orbital parameters):", stopPEM 1026 1026 case(6) 1027 1027 write(*,*) "STOPPING because maximum number of Martian years to be simulated is reached:", stopPEM
Note: See TracChangeset
for help on using the changeset viewer.