Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Analytical evaporation profile in Aquaplanet

Dear CAM uers,
I am trying to feed a time invariant analytical profile for evaporation, in Aquaplanet mode. The profile i want to feed in is zonally averaged and a function of latitude only. For this i tried to feed in the profile in the "camoce" and "srfoce" subroutines , but was unable to do so. As the evaporation is handled in terms of chunks, I don't know how to go about it.

Any suggestions please.......


Thanking you,
saroj
 

rneale

Rich Neale
CAM Project Scientist
Staff member
Each chunk (lchnk) has an array of columns (pcols) that has a specific longitude and latitude assigned to each point (these may not be continuos in lat and/or lon). The 'physics_state' variable or type has information on the latitude and longitude of the grid points in that particular chunk. This is contained in
physics_state%lat and physics_state%lon and so can be used to give physical grid-point location.
 
rneale said:
Each chunk (lchnk) has an array of columns (pcols) that has a specific longitude and latitude assigned to each point (these may not be continuos in lat and/or lon). The 'physics_state' variable or type has information on the latitude and longitude of the grid points in that particular chunk. This is contained in
physics_state%lat and physics_state%lon and so can be used to give physical grid-point location.

Dear Neale,
Thanks a lot for your kind help.

Regards
Saroj
 
Top