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/libf/misc/lmdz_netcdf.F90

    r5073 r5075  
    44!  1) Turn netcdf into a "real" fortran module, without the INCLUDE call
    55!  2) Handle the NC_DOUBLE CPP key. This key should ONLY be used here.
    6 ! Ideally, the "real" netcdf module/headers should ONLY be called here. (WIP) TODO
     6! The "real" netcdf module/headers should ONLY be called here.
    77! ---------------------------------------------
    8 ! TODO check all uses of `use netcdf` + netcdf.inc
    98
    109MODULE lmdz_netcdf
Note: See TracChangeset for help on using the changeset viewer.