-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update READMEs to use more Markdown constructs.
- Loading branch information
Showing
3 changed files
with
35 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<DESCRIPTION> | ||
|
||
Program wrfchembc. | ||
# Program wrfchembc. | ||
|
||
For more information, contact Martha Butler or Thomas Lauvaux ([email protected]), The Pennsylvania State University. | ||
|
||
|
@@ -32,12 +32,12 @@ Original source of unknown date. Authors: Rainer Schmitz (University of Chile - | |
to the beginning date of the wrfinput/wrfbdy files. | ||
It is up to the user to specify the correct 2-month global source file | ||
in the namelist control. | ||
For the TM5 and GEOS-Chem based files, the global file time increment (dt_g) is 3 hours. | ||
The wrfbdy time increment (dt_w) is 6 hours. | ||
For the TM5 and GEOS-Chem based files, the global file time increment (`dt_g`) is 3 hours. | ||
The wrfbdy time increment (`dt_w`) is 6 hours. | ||
Appropriate global file time incrments will be averaged to the wrfbdy time step. | ||
This code can accommodate either 00 UTC or 12 UTC start times. | ||
|
||
The options for global models at this time are: | ||
The options for global models at this time are: | ||
CarbonTracker (other TM5 based global models, such as those from Sourish Basu, | ||
will use this as a model, with some modifications) | ||
GEOS-Chem (a CMS-Flux system version, which will also be used as a model for | ||
|
@@ -46,14 +46,16 @@ Original source of unknown date. Authors: Rainer Schmitz (University of Chile - | |
to surface-top before use) | ||
|
||
The wrfchembc package consists of this 'main' code plus: | ||
module_CT_lib.f90: but, use the module specific to global model | ||
currently either module_GEOS_lib.f90 or module_CT_lib.f90 | ||
`module_CT_lib.f90`: but, use the module specific to global model | ||
currently either `module_GEOS_lib.f90` or `module_CT_lib.f90` | ||
Most procedures in the global model module will be referred to as 'global' | ||
module_wrfchem_lib.f90: This contains wrf specific procedures and should not need to be modified. | ||
wrfchembc_namelist.input | ||
Makefile | ||
`module_wrfchem_lib.f90`: This contains wrf specific procedures and should not need to be modified. | ||
`wrfchembc_namelist.input` | ||
`Makefile` | ||
|
||
The namelist input data file for the program is structured as follows with examples: | ||
|
||
```fortran | ||
&control | ||
dir_wrf = '/data/wrfchem_data/' ! Directory containing the wrfinput and wrfbdy files | ||
|
@@ -73,17 +75,17 @@ Original source of unknown date. Authors: Rainer Schmitz (University of Chile - | |
dir_global = '/data/global_data/' # Global model data directory example | ||
fn_global = 'CT2016_2010-0607.nc' # Global model data file name example | ||
``` | ||
|
||
|
||
To compile, type "make". The make file is set-up to compile the code for a | ||
To compile, type `make`. The make file is set-up to compile the code for a | ||
single processor using the Intel compiler (We assume you are using a | ||
linux cluster). The Makefile will need to be modified to work with other | ||
computer systems. | ||
Makefile in this directory is specific to PSU Meteorology Linux cluster use | ||
|
||
To execute the program, type | ||
|
||
wrfchembc_CT < wrfchembc_namelist.input | ||
`wrfchembc_CT < wrfchembc_namelist.input` | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
DESCRIPTION | ||
|
||
Program wrfchembc. | ||
# Program wrfchembc. | ||
|
||
|
||
For more information, contact Martha Butler or Thomas Lauvaux ([email protected]), The Pennsylvania State University. | ||
|
@@ -33,8 +33,8 @@ Original source of unknown date. Authors: Rainer Schmitz (University of Chile - | |
to the beginning date of the wrfinput/wrfbdy files. | ||
It is up to the user to specify the correct 2-month global source file | ||
in the namelist control. | ||
For the TM5 and GEOS-Chem based files, the global file time increment (dt_g) is 3 hours. | ||
The wrfbdy time increment (dt_w) is 6 hours. | ||
For the TM5 and GEOS-Chem based files, the global file time increment (`dt_g`) is 3 hours. | ||
The wrfbdy time increment (`dt_w`) is 6 hours. | ||
Appropriate global file time incrments will be averaged to the wrfbdy time step. | ||
This code can accommodate either 00 UTC or 12 UTC start times. | ||
|
||
|
@@ -47,14 +47,15 @@ Original source of unknown date. Authors: Rainer Schmitz (University of Chile - | |
to surface-top before use) | ||
|
||
The wrfchembc package consists of this 'main' code plus: | ||
module_GEOS_lib.f90: but, use the module specific to global model | ||
currently either module_GEOS_lib.f90 or module_CT_lib.f90 | ||
`module_GEOS_lib.f90`: but, use the module specific to global model | ||
currently either `module_GEOS_lib.f90` or `module_CT_lib.f90` | ||
Most procedures in the global model module will be referred to as 'global' | ||
module_wrfchem_lib.f90: This contains wrf specific procedures and should not need to be modified. | ||
wrfchembc_namelist.input | ||
Makefile | ||
`module_wrfchem_lib.f90`: This contains wrf specific procedures and should not need to be modified. | ||
`wrfchembc_namelist.input` | ||
`Makefile` | ||
|
||
The namelist input data file for the program is structured as follows with examples: | ||
```fortran | ||
&control | ||
dir_wrf = '/data/wrfchem_data/' ! Directory containing the wrfinput and wrfbdy files | ||
|
@@ -72,7 +73,7 @@ and may be omitted for options 2 and 3 | |
dir_global = '/data/global_data/' ! Global model data directory example | ||
fn_global = 'ts20100607.nc' ! Global model data file name example | ||
|
||
``` | ||
|
||
|
||
|
||
|
@@ -84,6 +85,6 @@ and may be omitted for options 2 and 3 | |
|
||
To execute the program, type | ||
|
||
wrfchembc_GEOS < wrfchembc_namelist.input | ||
`wrfchembc_GEOS < wrfchembc_namelist.input` | ||
|
||
|