Changeset 3224 for trunk/LMDZ.MARS


Ignore:
Timestamp:
Feb 16, 2024, 4:17:28 PM (9 months ago)
Author:
emillour
Message:

Mars PCM:
Follow-up of r3217, remove some unused "use ..." in leapfrog_nogcm which
cause problems when compiling gcm in parallel mode
EM

Location:
trunk/LMDZ.MARS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/changelog.txt

    r3223 r3224  
    45044504Adsorption: commit the last version developed by Pierre Yves Meslin
    45054505
     4506== 16/02/2024 == EM
     4507Follow-up of r3217, remove some unused "use ..." in leapfrog_nogcm which
     4508cause problems when compiling gcm in parallel mode
  • trunk/LMDZ.MARS/libf/dynphy_lonlat/phymars/leapfrog_nogcm.F

    r3217 r3224  
    1313#endif
    1414      USE infotrac, ONLY: nqtot,ok_iso_verif,tname
    15       USE guide_mod, ONLY : guide_main
    1615      USE write_field, ONLY: writefield
    1716      USE control_mod, ONLY: planet_type,nday,day_step,iperiod,iphysiq,
     
    2322      use exner_milieu_m, only: exner_milieu
    2423      use cpdet_mod, only: cpdet,tpot2t,t2tpot
    25       use sponge_mod, only: callsponge,mode_sponge,sponge
    2624       use comuforc_h
    2725      USE comvert_mod, ONLY: ap,bp,pressure_exner,presnivs,
Note: See TracChangeset for help on using the changeset viewer.