Ignore:
Timestamp:
Aug 30, 2021, 8:37:06 PM (3 years ago)
Author:
fhourdin
Message:

Nouvelle option des programme iotd*
Possibilite de controler les variables de sorties via
iotd.def

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/iotd_ecrit.F90

    r3977 r3978  
    6363     
    6464
     65
     66       if (n_names_iotd_def>0 .and..not.any(names_iotd_def==nom)) return
    6567!***************************************************************
    6668! Initialisation of 'firstnom' and create/open the "diagfi.nc" NetCDF file
     
    9496!!          print*,'ntime ',ntime
    9597           date=iotd_t0+ntime*iotd_ts
    96            print*,'iotd_ecrit ',iotd_ts,ntime, date
     98           !print*,'iotd_ecrit ',iotd_ts,ntime, date
    9799!          date= float (zitau +1)/float (day_step)
    98100
     
    160162          ierr = NF_REDEF (nid)
    161163          ierr = NF_DEF_VAR(nid,nom,NF_FLOAT,ndim,dim_cc,varid)
    162           print*,'DEF ',nom,nid,varid
     164          !print*,'DEF ',nom,nid,varid
    163165          ierr = NF_ENDDEF(nid)
    164166      else
    165167         ierr= NF_INQ_VARID(nid,nom,varid)
    166           print*,'INQ ',nom,nid,varid
     168          !print*,'INQ ',nom,nid,varid
    167169! Commandes pour recuperer automatiquement les coordonnees
    168170!             ierr= NF_INQ_DIMID(nid,"longitude",id(1))
Note: See TracChangeset for help on using the changeset viewer.