Ignore:
Timestamp:
May 7, 2016, 7:48:36 AM (9 years ago)
Author:
emillour
Message:

Mars GCM:

  • Bug fix in testphys1d, enforce iphysiq=1 after conf_phys (where its value might be modified).

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F

    r1549 r1550  
    426426      write(*,*) " day_step = ",day_step
    427427
    428       iphysiq=1 ! in 1D model physics are called every time step
    429428      ecritphy=day_step ! default value for ecritphy, output every time step
    430429
     
    502501      call conf_phys(1,llm,nq)
    503502
     503      ! in 1D model physics are called every time step
     504      ! ovverride iphysiq value that has been set by conf_phys
     505      if (iphysiq/=1) then
     506        write(*,*) "testphys1d: setting iphysiq=1"
     507        iphysiq=1
     508      endif
    504509
    505510c  Initialize albedo / soil thermal inertia
Note: See TracChangeset for help on using the changeset viewer.