Ignore:
Timestamp:
Jul 23, 2024, 8:22:55 AM (4 months ago)
Author:
abarral
Message:

Handle DEBUG_IO in lmdz_cppkeys_wrapper.F90
Transform some files .F -> .[fF]90
[ne compile pas à cause de writefield_u non défini - en attente de réponse Laurent]

File:
1 edited

Legend:

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

    r5099 r5101  
    55    use netcdf, only: nf90_get_var, nf90_noerr, nf90_nowrite
    66
    7     USE phys_cal_mod, ONLY : mth_cur
     7    USE phys_cal_mod, ONLY: mth_cur
    88    USE mod_grid_phy_lmdz, ONLY: nbp_lon, nbp_lat, klon_glo, &
    99                                 grid2dto1d_glo, grid_type, unstructured
    10     USE mod_phys_lmdz_mpi_data, ONLY :  is_mpi_root
    11     USE mod_phys_lmdz_omp_data, ONLY :  is_omp_root
     10    USE mod_phys_lmdz_mpi_data, ONLY:  is_mpi_root
     11    USE mod_phys_lmdz_omp_data, ONLY:  is_omp_root
    1212    USE mod_phys_lmdz_para
    1313    USE phys_state_var_mod
Note: See TracChangeset for help on using the changeset viewer.