metno / emep-ctm

Open Source EMEP/MSC-W model
GNU General Public License v3.0
27 stars 18 forks source link

How to output Deposition Velocities? #45

Closed keenmisty closed 5 years ago

keenmisty commented 5 years ago

I've found there have cases "VG","Rs","Rns","Gns" in the MosaicOutputs_ml.f90, and the guide seems have a variable named "VG_NO3_F_Grid". but how could us output these varibles? what's the format we need to add in the config? shall we need to change any code?

mifads commented 5 years ago

No need to change code. In config_emep.nml you can find 'new-style' NewMosaic entries, and an older style 'MOSAIC_METCONCS'. I would use the new-style, and then we have for example:

  NewMosaic =
     'Mosaic', 'VG', 'HNO3', 'Grid', 'cms', 'YM'
     'Mosaic', 'VG', 'PAN', 'BDLF_DECD_TROP_TREE', 'cms', 'YM'

where cms is cm/s, YM is year and monthly output (YMDH would add daily and hourly). The only complication I know of with this is that we now have many different land-cover categories, e.g. many tree species, so one needs to know which species apply in different domains. One day I'd like to code for more general ecosystem categories (eg trees), but that isn't top priority just now.

I think the above also works for Rs ec, but my attempts to check that just now ran into some super-slow-computer problems. I'll check later.

avaldebe commented 5 years ago

Hi @keenmisty

Looks like your question was answered, so I will close the issue. If that was not the case, just re-open it.

If you have new questions, please do not hesitate to open a new issue.