Ignore:
Timestamp:
Mar 19, 2026, 2:35:46 PM (2 weeks ago)
Author:
gmilcareck
Message:

Thermodynamics update on LMDZ.GENERIC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phygeneric/dyn1d/kcm1d.F90

    r4077 r4146  
    355355!!! - physical frequency: nevermind, in inifis this is a simple print
    356356
    357   cpp=1.d-7 !JL because we divide by cpp in inifis, there may be a more elegant solution
    358   CALL inifis(1,llm,nq,0,86400.0,1,1.0,latitude,longitude,cell_area,rad,g,r,cpp)
     357  cppd_ref=1.d-7 !JL because we divide by cpp in inifis, there may be a more elegant solution
     358  CALL inifis(1,llm,nq,0,86400.0,1,1.0,latitude,longitude,cell_area,rad,g,rd_ref,cppd_ref)
    359359
    360360  if(.not.global1d)then
Note: See TracChangeset for help on using the changeset viewer.