Ignore:
Timestamp:
Jul 19, 2024, 10:05:57 AM (4 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/tools/make_sso/make_sso_SpherePack.f90

    r4168 r5075  
    66! Purpose: Project ETOPO file (GMT4 axes conventions) on spherical harmonics.
    77!-------------------------------------------------------------------------------
    8   USE netcdf
     8  USE lmdz_netcdf, ONLY: nf90_noerr,nf90_strerror,nf90_close,nf90_put_var,nf90_enddef,&
     9          nf90_put_att,nf90_global,nf90_real,nf90_def_var,nf90_def_dim,nf90_inq_varid,&
     10          nf90_nowrite,nf90_inquire_dimension,nf90_inquire_variable,nf90_open
    911!  USE sphpack
    1012  IMPLICIT NONE
Note: See TracChangeset for help on using the changeset viewer.