Changeset 3399 for trunk/LMDZ.COMMON/libf/evolution
- Timestamp:
- Jul 24, 2024, 12:20:23 AM (4 months ago)
- Location:
- trunk/LMDZ.COMMON/libf/evolution
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/changelog.txt
r3394 r3399 396 396 Addition of the possiblity to launch the 1D model in the launching script + correction of small errors. 397 397 398 == 08/07/2024 == JBC398 == 08/07/2024 == JBC 399 399 Updates and improvements related to the last modifications of the launching script. 400 401 == 24/07/2024 == JBC 402 Small corection for the 1D related to r3386 and r3369 + Making the computation of maximum number of iterations due to orbital variations more robust. -
trunk/LMDZ.COMMON/libf/evolution/orbit_param_criterion_mod.F90
r3206 r3399 207 207 208 208 year_iter_max = min(max_obl_iter,max_ecc_iter,max_lsp_iter) 209 year_iter_max = max(year_iter_max,1) 209 210 write(*,*) 'So the max. number of iterations for the orbital criteria =', year_iter_max 210 211 -
trunk/LMDZ.COMMON/libf/evolution/pem.F90
r3394 r3399 355 355 allocate(longitude(ngrid),latitude(ngrid),cell_area(ngrid)) 356 356 #else 357 day_step = steps_per_sol358 357 allocate(q(1,llm,nqtot)) 359 358 allocate(longitude(1),latitude(1),cell_area(1)) … … 377 376 ps(2) = ps(1) 378 377 nsplit_phys = 1 378 day_step = steps_per_sol 379 379 #endif 380 380
Note: See TracChangeset
for help on using the changeset viewer.