- Timestamp:
- May 14, 2025, 5:59:16 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/libf/dynphy_lonlat/phypluto/start2archive.F
r3761 r3762 450 450 endif 451 451 if (naltold.ne.llm) then 452 print*, "start.nc:n_levels:", llm452 print*, "start.nc: n_levels:", llm 453 453 print*, "start_archive.nc: n_levels:",naltold 454 454 call abort_gcm('start2archive: ', 455 455 & 'altitude dimension from start_archive.nc differ'// 456 & 'from start/startfi.nc ', 1)456 & 'from start/startfi.nc/executable', 1) 457 457 endif 458 458 endif … … 465 465 & 'Failed reading longitude length', 1) 466 466 endif 467 if ( nlonold.ne.iim) then468 print*, "start.nc: n_lon:", iim469 print*, "start_archive.nc: n_lon:",nlonold 467 if ((nlonold-1).ne.iim) then 468 print*, "start.nc: n_lon:", iim 469 print*, "start_archive.nc: n_lon:",nlonold-1 470 470 call abort_gcm('start2archive: ', 471 471 & 'longitude dimension from start_archive.nc differ'// 472 & 'from start/startfi.nc ', 1)472 & 'from start/startfi.nc/executable', 1) 473 473 endif 474 474 endif … … 482 482 & 'Failed reading latitude length', 1) 483 483 endif 484 if ( nlatold.ne.jjm) then485 print*, "start.nc:n_lat:", jjm486 print*, "start_archive.nc: n_lat:",nlatold 484 if ((nlatold-1).ne.jjm) then 485 print*, "start.nc: n_lat:", jjm 486 print*, "start_archive.nc: n_lat:",nlatold-1 487 487 call abort_gcm('start2archive: ', 488 488 & 'latitude dimension from start_archive.nc differ'// 489 & 'from start/startfi.nc ', 1)489 & 'from start/startfi.nc/executable', 1) 490 490 endif 491 491 endif … … 499 499 endif 500 500 if (nsoilold.ne.nsoilmx) then 501 print*, "start.nc:n_levels:", nsoilmx501 print*, "start.nc: n_levels:", nsoilmx 502 502 print*, "start_archive.nc: n_levels:",nsoilold 503 503 call abort_gcm('start2archive: ', 504 504 & 'Soil dimension from start_archive.nc differ'// 505 & 'from start/startfi.nc ', 1)505 & 'from start/startfi.nc/executable', 1) 506 506 endif 507 507 endif
Note: See TracChangeset
for help on using the changeset viewer.