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

Update standard names for tropopause_find #329

Merged
merged 4 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
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
4 changes: 2 additions & 2 deletions src/physics/utils/tropopause_climo_read.F90
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ subroutine tropopause_climo_read_file()
!--------------------------------------------------------
! Mark variables as initialized so they are not read from initial conditions
!--------------------------------------------------------
call mark_as_initialized('tropopause_air_pressure_from_climatology_dataset')
call mark_as_initialized('tropopause_calendar_days_from_climatology')
call mark_as_initialized('tropopause_air_pressure_from_tropopause_climatology_dataset')
call mark_as_initialized('tropopause_calendar_days_from_tropopause_climatology')

end subroutine tropopause_climo_read_file
end module tropopause_climo_read
10 changes: 5 additions & 5 deletions src/physics/utils/tropopause_climo_read.meta
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
name = tropopause_climo_read
type = module
[ tropp_slices ]
standard_name = number_of_months_in_year
standard_name = number_of_time_slices_in_tropopause_climatology_dataset
units = 1
type = integer
dimensions = ()
[ tropp_p_loc ]
standard_name = tropopause_air_pressure_from_climatology_dataset
standard_name = tropopause_air_pressure_from_tropopause_climatology_dataset
units = Pa
type = real | kind = kind_phys
dimensions = (horizontal_dimension, number_of_months_in_year)
dimensions = (horizontal_dimension, number_of_time_slices_in_tropopause_climatology_dataset)
[ tropp_days ]
standard_name = tropopause_calendar_days_from_climatology
standard_name = tropopause_calendar_days_from_tropopause_climatology
long_name = Climatological tropopause calendar day indices from file
units = 1
type = real | kind = kind_phys
dimensions = (number_of_months_in_year)
dimensions = (number_of_time_slices_in_tropopause_climatology_dataset)
Loading