Changeset 1941
- Timestamp:
- Jun 1, 2018, 12:44:01 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/tracer_mod.F90
r1770 r1941 119 119 enddo ! of do iq=1,nq 120 120 121 if ( count.eq.nq) then121 if ((count.eq.nq).and.(nq.ne.0)) then 122 122 write(*,*) "ini_tracer_mod: tracers seem to follow old naming ", & 123 123 "convention (q01,q02,...)" 124 124 write(*,*) "you should run newstart to rename them" 125 stop125 call abort_physic("ini_tracer_mod","tracer name issue",1) 126 126 endif 127 127 #endif
Note: See TracChangeset
for help on using the changeset viewer.