Search found 7 matches
- Thu Aug 25, 2022 12:56 pm
- Forum: ROMS Discussion
- Topic: climatology for BioFennel model
- Replies: 2
- Views: 2700
Re: climatology for BioFennel model
Hi Matheus, Yes if you want to use climatology data, let say for NO3, you can create a netcdf file with your data. Then in roms.in you add the path for your file: CLMNAME == /path/to/your/NO3_clm.nc and in bio_Fennel.in you turn on climatology for NO3 (first variable, phytoplankton would be 4th ...
- Mon Jun 21, 2021 5:14 pm
- Forum: ROMS Ecosystem
- Topic: a minor suggestion about fennel_mod.h
- Replies: 2
- Views: 6666
Re: a minor suggestion about fennel_mod.h
When you define CARBON you introduce 4 new tracers: TIC, alkalinity, SdetritusC and LdetritusC. However, if you define CARBON+RIVER_DON you introduce an additional tracer: RdetritusC. This is why in fennel_mod.h you add 4 tracers when CARBON is defined and then 1 tracer when RIVER_DON is defined ...
- Mon Sep 28, 2020 3:09 pm
- Forum: ROMS Discussion
- Topic: error compiling fennel
- Replies: 1
- Views: 2400
Re: error compiling fennel
I just noticed the same compiling error due to the following combination of CPP options: WET_DRY BIO_FENNEL DIAGNOSTICS_BIO The error is due to an extra space line 158 of fennel.h ( if def should be ifdef ) #ifdef MASKING & rmask, & # if defined WET_DRY & rmask_wet, & # if def DIAGNOSTICS_BIO ...
- Thu Jun 18, 2015 7:32 pm
- Forum: ROMS Ecosystem
- Topic: NPZD model makes hydrodynamic model unstable?
- Replies: 10
- Views: 17594
Re: NPZD model makes hydrodynamic model unstable?
Ah true, sorry I forgot that OpenMP and MPDATA are not compatible anymore. I used it several years ago with an older version of ROMS.
- Thu Jun 18, 2015 6:37 pm
- Forum: ROMS Ecosystem
- Topic: NPZD model makes hydrodynamic model unstable?
- Replies: 10
- Views: 17594
Re: NPZD model makes hydrodynamic model unstable?
I did use MPDATA with OpenMP a few years back and it worked well. Give it a try to see if it solves your problem with negative values.
- Thu Jun 18, 2015 1:21 pm
- Forum: ROMS Ecosystem
- Topic: NPZD model makes hydrodynamic model unstable?
- Replies: 10
- Views: 17594
Re: NPZD model makes hydrodynamic model unstable?
Hi Drivas,
Have you tried the MPDATA advection scheme? It helps to prevent negative data in the biological variables, see this post
Cheers,
Arnaud
Have you tried the MPDATA advection scheme? It helps to prevent negative data in the biological variables, see this post
Cheers,
Arnaud
- Wed Nov 26, 2014 8:12 pm
- Forum: ROMS Discussion
- Topic: TS_MPDATA with openMP issue
- Replies: 1
- Views: 1833
Re: TS_MPDATA with openMP issue
I used to run ROMS with TS_MPDATA and OpenMP several years ago but it seems that this combination doesn't work anymore (not sure why). I just hit the same wall...