iotd_ecrit Subroutine

subroutine iotd_ecrit(nom, llm, titre, unite, px)

Uses

  • proc~~iotd_ecrit~2~~UsesGraph proc~iotd_ecrit~2 iotd_ecrit module~iotd_mod_h iotd_mod_h proc~iotd_ecrit~2->module~iotd_mod_h netcdf netcdf proc~iotd_ecrit~2->netcdf

Initialisation of 'firstnom' and create/open the "diagfi.nc" NetCDF file


(Au tout premier appel de la subroutine durant le run.)

Quand on tombe sur la premiere variable on ajoute un pas de temps print*,'ntime ',ntime

Arguments

Type IntentOptional Attributes Name
character(len=*) :: nom
integer :: llm
character(len=*) :: titre
character(len=*) :: unite
real :: px(imjmax*llm)

Calls

proc~~iotd_ecrit~2~~CallsGraph proc~iotd_ecrit~2 iotd_ecrit nf90_redef nf90_redef proc~iotd_ecrit~2->nf90_redef nf90_inq_varid nf90_inq_varid proc~iotd_ecrit~2->nf90_inq_varid nf90_def_var nf90_def_var proc~iotd_ecrit~2->nf90_def_var nf90_sync nf90_sync proc~iotd_ecrit~2->nf90_sync nf90_put_var nf90_put_var proc~iotd_ecrit~2->nf90_put_var nf90_enddef nf90_enddef proc~iotd_ecrit~2->nf90_enddef

Contents