Ignore:
Timestamp:
May 17, 2024, 11:30:17 AM (7 months ago)
Author:
llange
Message:

Mars PCM
Fixing a bug in vdif_cd: a "residual", used as criterion to enter an iterative loop, was wrongly initialized. Hence, for some points, the algorithm does not go into the loop, and a wrong value of Cd, Ch was computed.
Also some cleaning/small fixing with save variables with OMP.

LL

File:
1 edited

Legend:

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

    r3325 r3333  
    376376         write(*,*)"albedo_perennialco2 = ",albedo_perennialco2
    377377
    378          write(*,*)"Using lag layer??"
    379          lag_layer=.false.
     378         write(*,*)"Include water buoyancy effect??"
     379         include_waterbuoyancy=.false.
    380380         call getin_p("include_waterbuoyancy",include_waterbuoyancy)
    381381         write(*,*) "include_waterbuoyancy = ", include_waterbuoyancy
Note: See TracChangeset for help on using the changeset viewer.