Changeset 2832 for trunk/LMDZ.MARS/libf/phymars
- Timestamp:
- Nov 25, 2022, 4:05:58 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/tracer_mod.F90
r2826 r2832 180 180 enddo 181 181 182 if( co2_tracer_found .eq. .false.) then182 if(.not.co2_tracer_found) then 183 183 call abort_physic("ini_tracer_mod","co2 tracer is now mandatory",1) 184 184 endif
Note: See TracChangeset
for help on using the changeset viewer.