NorESMhub / CTSM

Community Terrestrial Systems Model (includes the Community Land Model of CESM)
http://www.cesm.ucar.edu/models/cesm2.0/land/
Other
2 stars 9 forks source link

Read and initialize parameters in FATES. #48

Closed rosiealice closed 3 months ago

rosiealice commented 3 months ago

Follow the logic of an existing parameter in FATES to read in the new emission factor and injection height parameters from #47

The logic for non-PFT indexed parameters is found in here https://github.com/NGEET/fates/blob/main/main/EDParamsMod.F90

and for PFT indexed parameters in here: https://github.com/NGEET/fates/blob/main/main/EDPftvarcon.F90

rosiealice commented 3 months ago

The code is now successfully reading the parameter file and populating the emission factor and height variables.