Skip to content

Running with non-global forcing data #186

Answered by tslin2
leiapauline asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

You will have to revise the subroutine code for the regional files, and recompile it (create_forcing.F) due to the default code being read Zfile and LANDSfile as the global domain.

subroutine read_era5_netcdf_unit(ncid, datastruct, ierr, current)

You should change these two parts at least.

integer, parameter :: NLATS = 1801, NLONS = 3600

call map_set(PROJ_LATLON, datastruct%proj, lat1=90.00, lon1=0.00, &

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by cenlinhe
Comment options

You must be logged in to vote
3 replies
@fdesales
Comment options

@cenlinhe
Comment options

@fdesales
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #185 on May 28, 2024 03:56.