Changeset 430 for LMDZ.3.3/branches/rel-LF/libf/dyn3d
- Timestamp:
- Nov 22, 2002, 3:42:08 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/libf/dyn3d/limit_netcdf.F
r405 r430 450 450 c 451 451 452 cccIM#define cond_climato453 454 #ifdef cond_climato455 456 452 cIM22/02/2002 457 453 cIM ierr = NF_OPEN('AMIP.nc', NF_NOWRITE, ncid) 458 454 cIM ierr = NF_OPEN('amip79to95.nc', NF_NOWRITE, ncid) 459 460 #else 455 cIM ierr = NF_OPEN('amipbc_sic_1x1_clim.nc', NF_NOWRITE, ncid) 456 461 457 ierr = NF_OPEN('amipbc_sic_1x1.nc', NF_NOWRITE, ncid) 462 #endif463 458 464 459 cIM22/02/2002 … … 784 779 c 785 780 PRINT*, 'Traitement de la sst' 786 #ifdef cond_climato787 781 cIM22/02/2002 788 782 cIM ierr = NF_OPEN('AMIP.nc', NF_NOWRITE, ncid) 789 783 cIM ierr = NF_OPEN('amip79to95.nc', NF_NOWRITE, ncid) 790 791 #else 784 cIM ierr = NF_OPEN('amipbc_sst_1x1_clim.nc', NF_NOWRITE, ncid) 785 792 786 ierr = NF_OPEN('amipbc_sst_1x1.nc', NF_NOWRITE, ncid) 793 #endif794 787 cIM22/02/2002 795 788 if (ierr.ne.0) then
Note: See TracChangeset
for help on using the changeset viewer.