Changeset 3069 for trunk/LMDZ.COMMON/libf
- Timestamp:
- Oct 3, 2023, 3:54:57 PM (22 months ago)
- Location:
- trunk/LMDZ.COMMON/libf/evolution
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/orbit_param_criterion_mod.F90
r3050 r3069 79 79 close(73) 80 80 if (last_ilask == 0 .or. last_ilask == size(yearlask,1) + 1) then 81 write(*,*) 'The current year could not be found in the file "obl_ecc_lsp.asc".' 82 stop 81 error stop 'The current year could not be found in the file "obl_ecc_lsp.asc".' 83 82 else 84 83 write(*,*) 'The current year in the "obl_ecc_lsp.asc" file is at line:', last_ilask -
trunk/LMDZ.COMMON/libf/evolution/pem.F90
r3068 r3069 1119 1119 write(*,*) "restart_evol.nc has been written" 1120 1120 #else 1121 call writerestart1D('restart1D_evol.txt',ps(1),tsurf ,nlayer,teta,ucov,vcov,nq,noms,qsurf,q)1121 call writerestart1D('restart1D_evol.txt',ps(1),tsurf(1,:),nlayer,size(tsurf,2),teta,ucov,vcov,nq,noms,qsurf(1,:,:),q) 1122 1122 write(*,*) "restart1D_evol.txt has been written" 1123 1123 #endif -
trunk/LMDZ.COMMON/libf/evolution/recomp_orb_param_mod.F90
r3047 r3069 102 102 enddo 103 103 104 if (.not. found_year) then 105 write(*,*) 'The new year could not be found in the file "obl_ecc_lsp.asc".' 106 stop 107 endif 104 if (.not. found_year) error stop 'The new year could not be found in the file "obl_ecc_lsp.asc".' 108 105 109 106 halfaxe = 227.94
Note: See TracChangeset
for help on using the changeset viewer.