Ignore:
Timestamp:
Jul 19, 2024, 10:05:57 AM (2 months ago)
Author:
abarral
Message:

[continued & end] replace netcdf by lmdz_netcdf.F90 wrapper
"use netcdf" is now only used in lmdz_netcdf.F90 (except ecrad and obsolete/)
<include "netcdf.inc"> is now likewise only used in lmdz_netcdf.F90.

systematically specify explicitely <USE lmdz_netcdf, ONLY:> (probably left some missing, to correct later on)

Further replacement of nf_put_* by nf90_put_* (same for _get_)

[minor] replace deprecated boolean operators along the way

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/readaerosolstrato_m.F90

    r4619 r5075  
    2424
    2525SUBROUTINE init_readaerosolstrato1
    26   USE netcdf
    27   USE netcdf95, ONLY: nf95_close, nf95_gw_var, nf95_inq_dimid, & 
     26  USE lmdz_netcdf, ONLY: nf90_nowrite
     27  USE netcdf95, ONLY: nf95_close, nf95_gw_var, nf95_inq_dimid, &
    2828                      nf95_inq_varid, nf95_open
    2929  USE mod_phys_lmdz_para
     
    6767 
    6868SUBROUTINE init_readaerosolstrato2
    69   USE netcdf
    70   USE netcdf95, ONLY: nf95_close, nf95_gw_var, nf95_inq_dimid, & 
     69  USE lmdz_netcdf, ONLY: nf90_nowrite
     70  USE netcdf95, ONLY: nf95_close, nf95_gw_var, nf95_inq_dimid, &
    7171                      nf95_inq_varid, nf95_open
    7272  USE mod_phys_lmdz_para
Note: See TracChangeset for help on using the changeset viewer.