CABLE-LSM / CABLE-Trac-archive

Archive CABLE Trac contents as issues
Other
0 stars 0 forks source link

not reading air pressure single-site test case #123

Open penguian opened 8 years ago

penguian commented 8 years ago

keyword_PSurf keyword_input_nogit type_defect | by bep599


The Tumbarumba met forcing file in CABLE-AUX was generated automatically by PALS. The surface pressure variable has the (x, y, time) dimensions. But CABLE is looking for a 4D variable in the mask grid format (x, y, z, time) where z=1.

Claire will be checking with Ned to see if PALS would change their processing code. If not, CABLE has to make changes in cable_input.F90 to read it in. Without fixing the bug, CABLE will still run through the simulation, but with a fixed surface pressure calculated from elevation. Since PALS also synthesize the pressure based on elevation and temperature, the alternate fix (or additional change) could be to replace the old pressure calculation (based on elevation) with this better one (based on elevation and temperature).

see also Ticket #124


Issue migrated from trac:123 at 2023-11-27 11:18:02 +1100

penguian commented 7 years ago

@jxs599@nci.org.au edited the issue description

penguian commented 7 years ago

@jxs599@nci.org.au changed milestone from 6. Report to 5. Validation

penguian commented 1 year ago

@ccc561@nci.org.au changed keywords from PSurf, input to PSurf, input nogit