Ignore:
Timestamp:
Nov 25, 2022, 4:05:58 PM (3 years ago)
Author:
emillour
Message:

Mars GCM:

  • follow-up to r2826-2829: adapt newstart and lect_start_archive to handle "old" start_archive files where surface co2 ice is stored as "co2ice".

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/tracer_mod.F90

    r2826 r2832  
    180180      enddo
    181181
    182       if(co2_tracer_found .eq. .false.) then
     182      if(.not.co2_tracer_found) then
    183183         call abort_physic("ini_tracer_mod","co2 tracer is now mandatory",1)
    184184      endif
Note: See TracChangeset for help on using the changeset viewer.