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/phylmdiso/phyaqua_mod.F90

    r5073 r5075  
    147147    !END IF
    148148   
    149     if (year_len.ne.360) then
     149    if (year_len/=360) then
    150150      write (*,*) year_len
    151151      write (*,*) 'iniaqua: 360 day calendar is required !'
     
    960960      END IF
    961961
    962       if (type_profil.EQ.20) then
     962      if (type_profil==20) then
    963963      print*,'Profile SST 20'
    964964!     Méthode 13 "Qmax2K" plateau réel �|  l'Equateur augmenté +2K
     
    969969      endif
    970970
    971       if (type_profil.EQ.21) then
     971      if (type_profil==21) then
    972972      print*,'Profile SST 21'
    973973!     Méthode 13 "Qmax2K" plateau réel �|  l'Equateur augmenté +2K
Note: See TracChangeset for help on using the changeset viewer.