Ignore:
Timestamp:
Jul 24, 2024, 2:54:37 PM (4 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_o3_m.F90

    r5113 r5116  
    2525    ! hPa and strictly increasing.
    2626
    27     use netcdf95, only: nf95_open, nf95_close, nf95_inq_varid, nf95_get_var
    28     use netcdf, only:  nf90_nowrite
    29     use lmdz_assert, only: assert
    30     use regr_conserv_m, only: regr_conserv
    31     use press_coefoz_m, only: press_in_edg
    32     use time_phylmdz_mod, only: day_ref
    33     use lmdz_grid_phy, only: nbp_lon, nbp_lat, nbp_lev
     27    use netcdf95, ONLY: nf95_open, nf95_close, nf95_inq_varid, nf95_get_var
     28    use netcdf, ONLY:  nf90_nowrite
     29    use lmdz_assert, ONLY: assert
     30    use regr_conserv_m, ONLY: regr_conserv
     31    use press_coefoz_m, ONLY: press_in_edg
     32    use time_phylmdz_mod, ONLY: day_ref
     33    use lmdz_grid_phy, ONLY: nbp_lon, nbp_lat, nbp_lev
    3434
    3535    REAL, intent(in):: p3d(:, :, :) ! pressure at layer interfaces, in Pa
Note: See TracChangeset for help on using the changeset viewer.