Ignore:
Timestamp:
Oct 24, 2024, 1:55:38 PM (2 weeks ago)
Author:
abarral
Message:

Replace F77 netcdf library by F90 netcdf library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/dyn1d/1DUTILS.h

    r5268 r5270  
    678678      include "dimensions.h"
    679679!!#include "control.h"
    680       include "netcdf.inc"
    681680
    682681!   Arguments:
     
    825824      include "dimensions.h"
    826825!!#include "control.h"
    827       include "netcdf.inc"
    828826
    829827!   Arguments:
     
    864862
    865863!     modname = 'dyn1dredem'
    866 !     ierr = NF_OPEN(fichnom, NF_WRITE, nid)
    867 !     IF (ierr .NE. NF_NOERR) THEN
     864!     ierr = nf90_open(fichnom, nf90_write, nid)
     865!     IF (ierr .NE. nf90_noerr) THEN
    868866!        abort_message="Pb. d ouverture "//fichnom
    869867!        CALL abort_gcm('Modele 1D',abort_message,1)
Note: See TracChangeset for help on using the changeset viewer.