-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New Velocity Potential and Stream Function Calculations (#1072)
* add spectral strm and vpot at 200mb for SFS * replace full domain spectral with parallelized numerical computation for strm and vpot * add modelname==GFS condition and update author documentation * add authors calchipsi * add endif for GFS model block * remove uslp/vslp * add j kenyon log * fix: add submodelname to calvor parameters * remove deallocate from calvor * uncomment deallocate in calvor * comment out smoothing of strm/vpot * add modelname=GFS for 1021/1022 variables * fix space typo in . and. * remove smoothing function for strm/vpot * remove modelname==GFS if block from calchipsi * remove commented lines for npass and j loop * fix comments, indentations for standardized format * compute absv and div factors before poisson loops * remove if lvls block for psichi * clean up debugging code: remove timers and prints for poisson solver * restore if lvls block for psichi * add omp parallel for ATMP,DTMP loops * remove mpi_allreduce, reduce poisson loops and parallelize them * remove omp parallel for psi/chi blocks, change blocks to lowercase * add REALX times print after chi loop, with mpi_wtime() calls * restore mpi_allreduce with mpi_comm_comp (replacing mpi_comm_world) * fixes: restore err=0, pval initialized, fix psi-to-chi typo * change to all lowercase * typo fix * fix lowecase * change var names to ISOBARIC_SFC * comment out debug code * comment out mpi timers * add hera RT log * add hercules rt log * add orion rt log --------- Co-authored-by: WenMeng-NOAA <48260754+WenMeng-NOAA@users.noreply.github.com> Co-authored-by: FernandoAndrade-NOAA <fernando.andrade-maldonado@noaa.gov> Co-authored-by: gspetro-NOAA <gillian.petro@noaa.gov>
- Loading branch information
1 parent
ba33937
commit 4b5da80
Showing
8 changed files
with
862 additions
and
193 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.