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/Dust/read_vent.F

    r5073 r5075  
    33      USE mod_grid_phy_lmdz
    44      USE mod_phys_lmdz_para
     5      USE lmdz_netcdf, ONLY: nf90_get_var
    56!      USE write_field_phy
    67      IMPLICIT NONE
     
    89c       INCLUDE "dimphy.h"
    910      INCLUDE "paramet.h"
    10       INCLUDE "netcdf.inc"
    1111c
    1212      INTEGER step, nbjour
Note: See TracChangeset for help on using the changeset viewer.