Ignore:
Timestamp:
Jul 9, 2014, 4:43:31 PM (10 years ago)
Author:
Ehouarn Millour
Message:
  • Minor fix in dyn3dpar/leapfrog_p.F , should call geopot_p and not geopot
  • Added a sanity check in iniacademic
  • Added flag "resetvarc" to trigger a reset of initial values in sortvarc
  • Removed "sortvarc0" since the job can now be done with "resetvarc" and having set flag resertvarc to true.

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dyn3d_common/caldyn0.F

    r1945 r2083  
    66     $  phi,w,pbaru,pbarv,time )
    77
     8      USE control_mod, ONLY: resetvarc
    89      IMPLICIT NONE
    910
     
    8384      ENDDO
    8485
    85         CALL sortvarc0
     86      resetvarc=.true. ! force a recomputation of initial values in sortvarc
     87      CALL sortvarc
    8688     $ ( itau,ucov,teta,ps,masse,pk,phis,vorpot,phi,bern,dp,time,vcov )
    8789
Note: See TracChangeset for help on using the changeset viewer.