Differences between revisions 2 and 3
Revision 2 as of 2015-11-24 10:22:48
Size: 1383
Editor: NicoleThomas
Comment:
Revision 3 as of 2015-11-24 10:28:41
Size: 1988
Editor: NicoleThomas
Comment:
Deletions are marked like this. Additions are marked like this.
Line 22: Line 22:

Inhalt der als '''bmix_boundlist''' angegebenen Datei (z.B. ''bounds_bmix_clim.inp''):
{{{
CH4 1 1 chem_bound_noaa_cmdl.nc
CO 1 1 chem_bound_noaa_cmdl.nc
CO2 1 1 chem_bound_noaa_cmdl.nc
N2O 1 1 chem_bound_noaa_cmdl.nc
F11 1 1 chem_bound_noaa_cmdl.nc
F12 1 1 chem_bound_noaa_cmdl.nc
HCN 1 2 hcn_boundary_2_0_deg_50p_2000010112_2007123112.nc
}}}

 * Angaben pro Zeile: Spezies, Rand, Aktion, Boundfile

 * Rand:
  * 1 = Unterrand
  * 2 = Oberrand
  * 3 = Unter- und Oberrand

 * Aktion:
  * 1 = interpoliere + ersetze
  * 2 = interpoliere + addiere

Randersetzung in MESSy-CLaMS

Alle Randersetzungen werden im Unterprogramm clamsbmix_global_end (messy_clamsbmix_si.f90) aufgerufen.

Die Ersetzungen im CLaMS-Paket BMIX und in der Messy-Routine bmix sind identisch. Die Randersetzungen erfolgen in der in MIX/BMIX festgelegten untersten bzw. obersten Schicht.

Die Randersetzungen aus replace_lbound, pos_chem und pos_dyn werden in der Routine replace_boundaries vorgenommen (in messy_clamsbmix_replace_bounds). Diese Routine wird in clamsbmix_global_end nach BMIX aufgerufen. Die Ersetzungen erfolgen in einem vorgegebenen Bereich (unabhängig von den in MIX/BMIX verwendeten Schichten).

Spezifikation der Ersetzungen in clamsbmix.nml:

file_bounds='/usr/nfs/data/clams/clim/init/init_KY2_79010112.nc',
dir_boundfiles='/usr/nfs/data/clams/clim/config/',
bmix_boundlist='/usr/nfs/local/messy_config/bounds_bmix_clim.inp',
clams_boundlist='/usr/nfs/local/messy_config/bounds_clams_clim.inp'
  • file_bounds: Boundfile/Init-File für BMIX

  • dir_boundfiles: Verzeichnis mit Boundfiles (mit Ausnahme des Init-Files)

  • bmix_boundlist: Datei, in der die in BMIX zu ersetzenden Spezies aufgeführt sind

  • clams_boundlist: Datei, in der alle weiteren Randersetzungen (in replace_boundaries) aufgelistet sind

Inhalt der als bmix_boundlist angegebenen Datei (z.B. bounds_bmix_clim.inp):

CH4   1  1  chem_bound_noaa_cmdl.nc
CO    1  1  chem_bound_noaa_cmdl.nc
CO2   1  1  chem_bound_noaa_cmdl.nc
N2O   1  1  chem_bound_noaa_cmdl.nc
F11   1  1  chem_bound_noaa_cmdl.nc 
F12   1  1  chem_bound_noaa_cmdl.nc 
HCN   1  2  hcn_boundary_2_0_deg_50p_2000010112_2007123112.nc
  • Angaben pro Zeile: Spezies, Rand, Aktion, Boundfile
  • Rand:
    • 1 = Unterrand
    • 2 = Oberrand
    • 3 = Unter- und Oberrand
  • Aktion:
    • 1 = interpoliere + ersetze
    • 2 = interpoliere + addiere

messy/bmix (last edited 2023-03-20 11:55:56 by NicoleThomas)