Changeset 3893 for trunk/LMDZ.GENERIC/libf/phystd/setspv.F90
- Timestamp:
- Aug 13, 2025, 7:53:49 PM (5 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/setspv.F90
r3654 r3893 64 64 write(*,*)' datadir = /absolute/path/to/datagcm' 65 65 write(*,*)'Also check that the corrkdir you chose in callphys.def exists.' 66 call abort 66 call abort_physic("setspv", "Unable to read file",1) 67 67 endif 68 68 … … 83 83 if(nb.ne.L_NSPECTV) then 84 84 write(*,*) 'MISMATCH !! I stop here' 85 call abort 85 call abort_physic("setspv","The number of entries in narrowbands_VI.in does not match with L_NSPECTV",1) 86 86 endif 87 87
Note: See TracChangeset
for help on using the changeset viewer.