Changeset 2136 for trunk/LMDZ.TITAN/libf
- Timestamp:
- May 6, 2019, 7:54:05 PM (6 years ago)
- Location:
- trunk/LMDZ.TITAN/libf/dynphy_lonlat/phytitan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/dynphy_lonlat/phytitan/lect_start_archive.F
r1903 r2136 863 863 PRINT*, "lect_start_archive: Le champ <H_up> est present..." 864 864 PRINT*, "... mais callchim=.FALSE. dans callphys.def !" 865 PRINT*, " Veuillez activer callchim pour gerer ce champ!"866 CALL abort865 PRINT*, "Si vous voulez gerer la chimie activez callchim !" 866 ! CALL abort ! This is too violent to abort here we can start from an archive with chemistry and don't want to use it - JVO ! 867 867 ELSE 868 868 #ifdef NC_DOUBLE -
trunk/LMDZ.TITAN/libf/dynphy_lonlat/phytitan/newstart.F
r1903 r2136 1107 1107 CALL vert_regrid_kim(nqtot,q) 1108 1108 1109 ELSE 1110 ykim_up(:,:,:) = ykim_up_oldv(:,:,:) ! No vertical recast 1109 1111 ENDIF 1110 1112
Note: See TracChangeset
for help on using the changeset viewer.