Ignore:
Timestamp:
Jul 18, 2024, 4:57:05 PM (2 months ago)
Author:
abarral
Message:

Remove all NC_DOUBLE uses outside of lmdz_netcdf.F90 (except in obsolete/, which I hope we'll ditch soon...)
Note: make sure to check convergence at some point, it's possible that we've messed up some when replacing nf_* by nf90_* calls
(lint) replace obsolete logical operators along the way

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/dynphy_lonlat/phylmd/limit_netcdf.F90

    r4467 r5073  
    8080  USE comconst_mod, ONLY: pi
    8181  USE phys_cal_mod, ONLY: calend
     82  USE lmdz_netcdf, ONLY: NF90_FORMAT
    8283  IMPLICIT NONE
    8384!-------------------------------------------------------------------------------
     
    107108  INTEGER :: id_tim,  id_SST,  id_BILS, id_RUG, id_ALB
    108109  INTEGER :: id_FOCE, id_FSIC, id_FTER, id_FLIC, varid_longitude, varid_latitude
    109   INTEGER :: NF90_FORMAT
    110110  INTEGER :: ndays                   !--- Depending on the output calendar
    111111  CHARACTER(LEN=ns) :: str
    112112
    113113!--- INITIALIZATIONS -----------------------------------------------------------
    114 #ifdef NC_DOUBLE
    115   NF90_FORMAT=NF90_DOUBLE
    116 #else
    117   NF90_FORMAT=NF90_FLOAT
    118 #endif
    119114  CALL inigeom
    120115
Note: See TracChangeset for help on using the changeset viewer.