Ignore:
Timestamp:
Oct 24, 2024, 1:10:49 PM (4 weeks ago)
Author:
afalco
Message:

Pluto PCM: fixed some variables imports for 'libphy' compilation (to compile with DYNAMICO).
AF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.PLUTO/libf/phypluto/inifis_mod.F90

    r3474 r3477  
    14621462       call abort_physic(rname, 'if haze are on, tracers must be on!', 1)
    14631463     endif
     1464     if (haze_proffix.and.sedimentation) then
     1465         call abort_physic(rname, 'if haze profile is set, sedimentation must be deactivated', 1)
     1466     endif
    14641467     if (callmolvis.and..not.callconduct) then
    14651468         call abort_physic(rname, 'if callmolvis is set, callconduct must be true', 1)
Note: See TracChangeset for help on using the changeset viewer.