Changeset 2076


Ignore:
Timestamp:
Jan 21, 2019, 3:52:39 PM (6 years ago)
Author:
jvatant
Message:

Fix a pb of dummy init of r and cpp in rcm1d, leading to NaNs? with recent picky ifort compilers
--JVO

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/dyn1d/rcm1d.F

    r2058 r2076  
    517517!!! - physical constants: nevermind, things are done allright below
    518518!!! - physical frequency: nevermind, in inifis this is a simple print
    519       cpp=1.d-7 !JL because we divide by cpp in inifis, there may be a more elegant solution
     519      cpp=-9999. ! dummy init for inifis, will be rewrite later on
     520      r=-9999.   ! dummy init for inifis, will be rewrite later on
    520521      CALL inifis(1,llm,nq,day0,daysec,nday,dtphys,
    521522     .            latitude,longitude,cell_area,rad,g,r,cpp)
  • trunk/LMDZ.TITAN/libf/phytitan/dyn1d/rcm1d.F

    r2035 r2076  
    490490!!! - physical constants: nevermind, things are done allright below
    491491!!! - physical frequency: nevermind, in inifis this is a simple print
    492       cpp=1.d-7 !JL because we divide by cpp in inifis, there may be a more elegant solution
     492      cpp=-9999. ! dummy init for inifis, will be rewrite later on
     493      r=-9999.   ! dummy init for inifis, will be rewrite later on
    493494      CALL inifis(1,llm,nq,day0,daysec,nday,dtphys,
    494495     .            latitude,longitude,cell_area,rad,g,r,cpp)
Note: See TracChangeset for help on using the changeset viewer.