UPP (develop)
|
initpost_nems() initializes post for run. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | initpost_nems (nrec, nfile) |
INITPOST_NEMS This routine initializes constants and variables at the start of an NEMS model or post processor run. | |
initpost_nems() initializes post for run.
This routine initializes constants and variables at the start of an NEMS model or post processor run.
[in] | NREC. | |
[in,out] | NFILE. |
Date | Programmer | Comments |
---|---|---|
2007-03-01 | Hui-Ya Chuang | Initial |
2021-03-11 | Bo Cui | Change local arrays to dimension (im,jsta:jend) |
Definition in file INITPOST_NEMS.f.
subroutine initpost_nems | ( | integer | nrec, |
type(nemsio_gfile), intent(inout) | nfile | ||
) |
INITPOST_NEMS This routine initializes constants and variables at the start of an NEMS model or post processor run.
[in] | NREC | integer Number of records in file. |
[in,out] | nfile | nemsio_gfile Name of the NEMS-formatted model output file. |
Definition at line 27 of file INITPOST_NEMS.f.
References collect_loc(), and exch().
Referenced by wrfpost().