Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Velocity Potential and Stream Function Calculations #1072

Merged
merged 41 commits into from
Jan 10, 2025
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
26aaeb0
add spectral strm and vpot at 200mb for SFS
KarinaAsmar-NOAA Oct 21, 2024
6401b6f
Merge branch 'NOAA-EMC:develop' into spectral_strm_vpot
KarinaAsmar-NOAA Nov 21, 2024
21c43db
replace full domain spectral with parallelized numerical computation …
KarinaAsmar-NOAA Nov 21, 2024
7609b03
add modelname==GFS condition and update author documentation
KarinaAsmar-NOAA Nov 22, 2024
31cc868
add authors calchipsi
KarinaAsmar-NOAA Nov 22, 2024
a5d8a77
add endif for GFS model block
KarinaAsmar-NOAA Nov 22, 2024
3751656
Merge branch 'develop' into spectral_strm_vpot
WenMeng-NOAA Dec 2, 2024
5134bae
remove uslp/vslp
KarinaAsmar-NOAA Dec 4, 2024
98d0ac1
add j kenyon log
KarinaAsmar-NOAA Dec 4, 2024
fd8abf2
fix: add submodelname to calvor parameters
KarinaAsmar-NOAA Dec 4, 2024
4627df4
remove deallocate from calvor
KarinaAsmar-NOAA Dec 4, 2024
f88bf42
uncomment deallocate in calvor
KarinaAsmar-NOAA Dec 4, 2024
3a23704
comment out smoothing of strm/vpot
KarinaAsmar-NOAA Dec 4, 2024
3663129
add modelname=GFS for 1021/1022 variables
KarinaAsmar-NOAA Dec 4, 2024
740cba9
fix space typo in . and.
KarinaAsmar-NOAA Dec 4, 2024
49bb1a2
remove smoothing function for strm/vpot
KarinaAsmar-NOAA Dec 4, 2024
c62f225
remove modelname==GFS if block from calchipsi
KarinaAsmar-NOAA Dec 4, 2024
6a8aa87
remove commented lines for npass and j loop
KarinaAsmar-NOAA Dec 4, 2024
d4889eb
fix comments, indentations for standardized format
KarinaAsmar-NOAA Dec 4, 2024
808bc84
compute absv and div factors before poisson loops
KarinaAsmar-NOAA Dec 6, 2024
c411af5
remove if lvls block for psichi
KarinaAsmar-NOAA Dec 6, 2024
b67fb2c
clean up debugging code: remove timers and prints for poisson solver
KarinaAsmar-NOAA Dec 6, 2024
19c17e6
restore if lvls block for psichi
KarinaAsmar-NOAA Dec 9, 2024
42326bc
add omp parallel for ATMP,DTMP loops
KarinaAsmar-NOAA Dec 9, 2024
2fc3428
remove mpi_allreduce, reduce poisson loops and parallelize them
KarinaAsmar-NOAA Dec 17, 2024
ffe0f98
remove omp parallel for psi/chi blocks, change blocks to lowercase
KarinaAsmar-NOAA Dec 17, 2024
2fdc0db
add REALX times print after chi loop, with mpi_wtime() calls
KarinaAsmar-NOAA Dec 23, 2024
36619c6
restore mpi_allreduce with mpi_comm_comp (replacing mpi_comm_world)
KarinaAsmar-NOAA Dec 24, 2024
eebe362
merge with upstream/develop
KarinaAsmar-NOAA Dec 24, 2024
83d9d19
fixes: restore err=0, pval initialized, fix psi-to-chi typo
KarinaAsmar-NOAA Jan 2, 2025
211beb2
Merge branch 'develop' into spectral_strm_vpot
WenMeng-NOAA Jan 3, 2025
55b7d42
change to all lowercase
KarinaAsmar-NOAA Jan 6, 2025
6da4a1e
typo fix
KarinaAsmar-NOAA Jan 6, 2025
1c52b4f
fix lowecase
KarinaAsmar-NOAA Jan 6, 2025
2dd9a9f
change var names to ISOBARIC_SFC
KarinaAsmar-NOAA Jan 6, 2025
355af8f
Merge branch 'spectral_strm_vpot' of https://github.com/KarinaAsmar-N…
KarinaAsmar-NOAA Jan 6, 2025
4675c4b
comment out debug code
KarinaAsmar-NOAA Jan 6, 2025
d29834b
comment out mpi timers
KarinaAsmar-NOAA Jan 6, 2025
ed408e3
add hera RT log
FernandoAndrade-NOAA Jan 8, 2025
a5f86de
add hercules rt log
gspetro-NOAA Jan 9, 2025
a7b85cd
add orion rt log
gspetro-NOAA Jan 9, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
comment out debug code
KarinaAsmar-NOAA committed Jan 6, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 4675c4b8d6cee57013fbc1d9da84273d28b4b4b1
6 changes: 3 additions & 3 deletions sorc/ncep_post.fd/UPP_PHYSICS.f
Original file line number Diff line number Diff line change
@@ -4964,9 +4964,9 @@ subroutine calchipsi (uwnd,vwnd,chi,psi)
exit
endif
enddo ! end of jjk loop for chi
tc=mpi_wtime()
901 format(a,2f10.3)
if(me .eq. 0)print 901,'relax times, psi and chi',tb-ta,tc-tb
! tc=mpi_wtime()
!901 format(a,2f10.3)
! if(me .eq. 0)print 901,'relax times, psi and chi',tb-ta,tc-tb
!
deallocate (wrk1, wrk2, wrk3, cosl, iw, ie)
!