Ignore:
Timestamp:
Oct 30, 2024, 2:05:05 PM (3 months ago)
Author:
abarral
Message:

lint
F90 -> f90
finish removing svn !Id: headers, which were inconsistent

Location:
LMDZ6/branches/Amaury_dev/libf/phylmd/dyn1d
Files:
2 edited

Legend:

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

    r5160 r5295  
    11MODULE mod_1D_cases_read
    2   USE netcdf, ONLY: nf90_noerr, nf90_strerror, nf90_inq_varid, nf90_inquire_dimension, nf90_inq_dimid, &
    3           nf90_nowrite, nf90_open, nf90_get_var
    42
    53  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     
    256254
    257255    !program reading forcing of the case study
     256    USE netcdf, ONLY: nf90_get_var
    258257
    259258    INTEGER ntime, nlevel
  • LMDZ6/branches/Amaury_dev/libf/phylmd/dyn1d/mod_1D_cases_read2.F90

    r5160 r5295  
    309309  !**********************************************************************************************
    310310  SUBROUTINE old_read_SCM_cas
     311    USE netcdf, ONLY: nf90_get_var
    311312    USE lmdz_date_cas, ONLY: year_ini_cas, mth_ini_cas, day_deb, heure_ini_cas, pdt_cas, day_ju_ini_cas
    312313
     
    529530
    530531    !program reading forcing of the case study
     532    USE netcdf, ONLY: nf90_get_var
    531533    IMPLICIT NONE
    532534
     
    641643
    642644    !program reading forcing of the case study
     645    USE netcdf, ONLY: nf90_get_var
    643646    IMPLICIT NONE
    644647
     
    807810
    808811    !program reading forcing of the case study
     812    USE netcdf, ONLY: nf90_get_var
    809813    IMPLICIT NONE
    810814
Note: See TracChangeset for help on using the changeset viewer.