1 |
mmazloff |
1.1 |
BLING package for MITgcm |
2 |
|
|
|
3 |
|
|
This code is adapted from the Biogeochemistry with Light, Iron, Nutrients and Gases model (Galbraith et al., Biogeosciences, 2010) |
4 |
|
|
|
5 |
|
|
More information, including the original code, can be accessed here https://sites.google.com/site/blingmodel/ |
6 |
|
|
|
7 |
|
|
|
8 |
|
|
Compiling BLING in forward mode requires modifications to the following files in the gchem package: |
9 |
|
|
pkg/gchem/GCHEM.h |
10 |
|
|
pkg/gchem/gchem_forcing_sep.F |
11 |
|
|
pkg/gchem/gchem_init_vari.F |
12 |
|
|
pkg/gchem/gchem_readparms.F |
13 |
|
|
|
14 |
|
|
The modified files can be obtained here: |
15 |
|
|
MITgcm_contrib/verification_other/global_oce_biogeo_bling/code/ |
16 |
|
|
|
17 |
|
|
Compiling BLING in adjoint mode requires additional modifications to |
18 |
|
|
pkg/autodiff/checkpoint_lev?_directives.h |
19 |
|
|
model/src/forward_step.F |
20 |
|
|
model/src/the_main_loop.F |
21 |
|
|
model/src/main_do_loop.F |
22 |
|
|
|
23 |
|
|
The modified files can be obtained here: |
24 |
|
|
MITgcm_contrib/verification_other/global_oce_biogeo_bling/code_ad/ |
25 |
|
|
|
26 |
|
|
|
27 |
|
|
For questions or to report issues, please contact |
28 |
|
|
averdy@ucsd.edu or mmazloff@ucsd.edu |
29 |
|
|
|
30 |
|
|
|
31 |
|
|
This material is based upon work supported by NASA under Grant Number NNX12AQ27G. |
32 |
|
|
|
33 |
mmazloff |
1.2 |
On 29 Feb. 2016 this package updated to BLING version 2. |
34 |
|
|
This work is now supported by NSF Award PLR-1425989 (SOCCOM). |
35 |
|
|
This package can be used with the forward setup: |
36 |
|
|
MITgcm_contrib/verification_other/global_oce_biogeo_bling |
37 |
|
|
but that adjoint setup not yet brought up to date so not consistent with latest MITgcm version |
38 |
|
|
|
39 |
|
|
|