-
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.
Merge pull request #9 from nichollsh/hn/2407
Version 2407 with some changes
- Loading branch information
Showing
146 changed files
with
3,208 additions
and
381,694 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,5 +1,5 @@ | ||
*REF 1 300 1 1.0e5 275.0 | ||
*REF 1 300 3 1.0e2 240.0 | ||
*REF 1 300 9 1.0e2 240.0 | ||
*REF 1 300 16 1.0e2 253.0 | ||
*REF 1 5000 1 1.0e5 275.0 | ||
*REF 1 5000 3 1.0e2 240.0 | ||
*REF 1 5000 9 1.0e2 240.0 | ||
*REF 1 5000 16 1.0e2 253.0 | ||
*END |
This file was deleted.
Oops, something went wrong.
37,806 changes: 0 additions & 37,806 deletions
37,806
data/spectra/ga7_solar_var/sp_sw_ga7_cmip6_ref_mon
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,54 @@ | ||
netcdf cdl_lw_ga7.hrts{ | ||
|
||
dimensions: | ||
lon = 1; | ||
lat = 1; | ||
plev = 52; | ||
|
||
|
||
variables: | ||
float lon(lon); | ||
lon:units = "degree"; | ||
lon:title = "longitude"; | ||
float lat(lat); | ||
lat:units = "degree"; | ||
lat:title = "latitude"; | ||
float plev(plev); | ||
plev:units = "pa"; | ||
plev:title = "pressure"; | ||
|
||
float hrts(plev,lat,lon); | ||
hrts:units = "k.d-1"; | ||
hrts:title = "heating rates"; | ||
|
||
data: | ||
lon = 0.000000E+00; | ||
lat = 0.000000E+00; | ||
plev = 0.300000E-01, 0.579000E+01, 0.854000E+02, 0.159000E+03, | ||
0.305000E+03, 0.600000E+03, 0.122000E+04, 0.257000E+04, | ||
0.300000E+04, 0.350000E+04, 0.409000E+04, 0.480000E+04, | ||
0.565000E+04, 0.602919E+04, 0.714460E+04, 0.847906E+04, | ||
0.999917E+04, 0.116150E+05, 0.132147E+05, 0.147372E+05, | ||
0.161859E+05, 0.176116E+05, 0.190739E+05, 0.206110E+05, | ||
0.222380E+05, 0.239602E+05, 0.257805E+05, 0.277023E+05, | ||
0.297304E+05, 0.318731E+05, 0.341369E+05, 0.365263E+05, | ||
0.390480E+05, 0.417121E+05, 0.445246E+05, 0.474881E+05, | ||
0.506139E+05, 0.539122E+05, 0.573942E+05, 0.610677E+05, | ||
0.649350E+05, 0.689971E+05, 0.732344E+05, 0.775696E+05, | ||
0.818327E+05, 0.857757E+05, 0.891779E+05, 0.919747E+05, | ||
0.942821E+05, 0.963030E+05, 0.982111E+05, 0.100101E+06; | ||
hrts = -0.832216E+01,-0.267715E+01,-0.966223E+01,-0.809949E+01, | ||
-0.554407E+01,-0.368818E+01,-0.229671E+01,-0.152758E+01, | ||
-0.923371E+00,-0.784693E+00,-0.642371E+00,-0.405041E+00, | ||
-0.206151E+00,-0.400131E+00, 0.261248E+00, 0.413106E+00, | ||
0.380362E+00, 0.269372E+00, 0.342784E-01,-0.310603E+00, | ||
-0.682227E+00,-0.100869E+01,-0.169719E+01,-0.156630E+01, | ||
-0.161059E+01,-0.193639E+01,-0.214213E+01,-0.227041E+01, | ||
-0.222493E+01,-0.227662E+01,-0.230184E+01,-0.217361E+01, | ||
-0.195603E+01,-0.176464E+01,-0.164702E+01,-0.180447E+01, | ||
-0.223698E+01,-0.322565E+01,-0.323669E+01,-0.268368E+01, | ||
-0.213247E+01,-0.185843E+01,-0.195170E+01,-0.224559E+01, | ||
-0.325917E+01,-0.205188E+01,-0.301927E+01,-0.191103E+01, | ||
-0.339771E+01,-0.164453E+01,-0.181191E+01,-0.630644E+00; | ||
|
||
} |
Oops, something went wrong.