Ignore:
Timestamp:
Jul 23, 2024, 3:29:36 PM (8 weeks ago)
Author:
abarral
Message:

Handle CPP_INLANDSIS in lmdz_cppkeys_wrapper.F90
Remove obsolete key wrgrads_thermcell, _ADV_HALO, _ADV_HALLO, isminmax
Remove redundant uses of CPPKEY_INCA (thanks acozic)
Remove obsolete misc/write_field.F90
Remove unused ioipsl_* wrappers
Remove calls to WriteField_u with wrong signature
Convert .F -> .[fF]90
(lint) uppercase fortran operators
[note: 1d and iso still broken - working on it]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/phytrac_mod.F90

    r5101 r5103  
    426426      !$OMP MASTER
    427427      convscav_omp = .FALSE.
    428       call getin('convscav', convscav_omp)
     428      CALL getin('convscav', convscav_omp)
    429429      iflag_vdf_trac_omp = 1
    430       call getin('iflag_vdf_trac', iflag_vdf_trac_omp)
     430      CALL getin('iflag_vdf_trac', iflag_vdf_trac_omp)
    431431      iflag_con_trac_omp = 1
    432       call getin('iflag_con_trac', iflag_con_trac_omp)
     432      CALL getin('iflag_con_trac', iflag_con_trac_omp)
    433433      iflag_the_trac_omp = 1
    434       call getin('iflag_the_trac', iflag_the_trac_omp)
     434      CALL getin('iflag_the_trac', iflag_the_trac_omp)
    435435      !$OMP END MASTER
    436436      !$OMP BARRIER
     
    449449      !$OMP MASTER
    450450      iflag_lscav_omp = 1
    451       call getin('iflag_lscav', iflag_lscav_omp)
     451      CALL getin('iflag_lscav', iflag_lscav_omp)
    452452      ccntrAA_omp = 1
    453453      ccntrENV_omp = 1.
    454454      coefcoli_omp = 0.001
    455       call getin('ccntrAA', ccntrAA_omp)
    456       call getin('ccntrENV', ccntrENV_omp)
    457       call getin('coefcoli', coefcoli_omp)
     455      CALL getin('ccntrAA', ccntrAA_omp)
     456      CALL getin('ccntrENV', ccntrENV_omp)
     457      CALL getin('coefcoli', coefcoli_omp)
    458458      !$OMP END MASTER
    459459      !$OMP BARRIER
Note: See TracChangeset for help on using the changeset viewer.