Ignore:
Timestamp:
Jul 24, 2024, 2:54:37 PM (3 months ago)
Author:
abarral
Message:

rename modules properly lmdz_*
move ismin, ismax, minmax into new lmdz_libmath.f90
(lint) uppercase fortran keywords

File:
1 edited

Legend:

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

    r5113 r5116  
    3939    ! It allocates module variables.
    4040
    41     use dimphy, only: klon
    42     use lmdz_grid_phy, only: nbp_lev
     41    use dimphy, ONLY: klon
     42    use lmdz_grid_phy, ONLY: nbp_lev
    4343
    4444    ! Variables local to the procedure:
     
    7171    !    coefficients are combined to define the five module variables.
    7272
    73     use netcdf95, only: nf95_open, nf95_close
    74     use netcdf, only: nf90_nowrite
    75     use lmdz_assert, only: assert
    76     use dimphy, only: klon
    77     use lmdz_phys_mpi_data, only: is_mpi_root
    78     use regr_pr_time_av_m, only: regr_pr_time_av
    79     use regr_pr_int_m, only: regr_pr_int
    80     use press_coefoz_m, only: press_in_edg, plev
    81     use lmdz_grid_phy, only: nbp_lev
     73    use netcdf95, ONLY: nf95_open, nf95_close
     74    use netcdf, ONLY: nf90_nowrite
     75    use lmdz_assert, ONLY: assert
     76    use dimphy, ONLY: klon
     77    use lmdz_phys_mpi_data, ONLY: is_mpi_root
     78    use regr_pr_time_av_m, ONLY: regr_pr_time_av
     79    use regr_pr_int_m, ONLY: regr_pr_int
     80    use press_coefoz_m, ONLY: press_in_edg, plev
     81    use lmdz_grid_phy, ONLY: nbp_lev
    8282
    8383    integer, intent(in):: julien ! jour julien, 1 <= julien <= 360
Note: See TracChangeset for help on using the changeset viewer.