| 1 |
# |
| 2 |
# Files in the natl_12 configuration |
| 3 |
# |
| 4 |
./build/README :: Some notes on how to compile |
| 5 |
|
| 6 |
./build/genmake :: Customized genmake with optimization flags etc.. |
| 7 |
:: for ifc compiler on the MITgcm cluster. |
| 8 |
|
| 9 |
./README :: General information |
| 10 |
|
| 11 |
./code/CPP_EEOPTIONS.h :: Custom CPP flags |
| 12 |
|
| 13 |
./code/CPP_OPTIONS.h :: Custim CPP flags |
| 14 |
|
| 15 |
./code/FFIELDS.h :: Added forcing array for north and south boundary |
| 16 |
:: conditions, which can be open boundaries or sponge. |
| 17 |
|
| 18 |
./code/GMREDI_OPTIONS.h :: Custom CPP flags (probably not needed) |
| 19 |
|
| 20 |
./code/README :: More information on contents of code/ |
| 21 |
|
| 22 |
./code/SIZE.h :: Sets domain extent |
| 23 |
|
| 24 |
./code/external_forcing.F :: Extra code for sponge layer added |
| 25 |
|
| 26 |
./code/gad_biharm_x.F :: Scale factors for stretched grid in X and Y added |
| 27 |
|
| 28 |
./code/gad_biharm_y.F :: Scale factors for stretched grid in X and Y added |
| 29 |
|
| 30 |
./code/gad_diff_x.F :: Scale factors for stretched grid in X and Y added |
| 31 |
|
| 32 |
./code/gad_diff_y.F :: Scale factors for stretched grid in X and Y added |
| 33 |
|
| 34 |
./code/ini_depths.F :: Custom code to tweak bathymetry not needed |
| 35 |
:: in production run |
| 36 |
|
| 37 |
./code/ini_fields.F :: Changes to read in sponge layer T and S profile |
| 38 |
:: during pickup |
| 39 |
|
| 40 |
./code/ini_salt.F :: Added code to store initial hydrography in |
| 41 |
:: forcing array for use in sponge layer. |
| 42 |
|
| 43 |
./code/ini_theta.F :: Added code to store initial hydrography in |
| 44 |
:: forcing array for use in sponge layer. |
| 45 |
./code/mom_u_sidedrag.F :: Scale factors for stretched grid in X and Y added |
| 46 |
./code/mom_u_xviscflux.F :: Scale factors for stretched grid in X and Y added |
| 47 |
./code/mom_u_yviscflux.F :: Scale factors for stretched grid in X and Y added |
| 48 |
./code/mom_v_sidedrag.F :: Scale factors for stretched grid in X and Y added |
| 49 |
./code/mom_v_xviscflux.F :: Scale factors for stretched grid in X and Y added |
| 50 |
./code/mom_v_yviscflux.F :: Scale factors for stretched grid in X and Y added |
| 51 |
./code/mom_vi_hdissip.F :: Scale factors for stretched grid in X and Y added |
| 52 |
./code/mom_vi_u_xviscflux.F :: Scale factors for stretched grid in X and Y added |
| 53 |
./code/mom_vi_u_yviscflux.F :: Scale factors for stretched grid in X and Y added |
| 54 |
./code/mom_vi_v_xviscflux.F :: Scale factors for stretched grid in X and Y added |
| 55 |
./code/mom_vi_v_yviscflux.F :: Scale factors for stretched grid in X and Y added |
| 56 |
./code/mon_advcfl.F :: Extra diagnostic for index of CFL maximum added |
| 57 |
|
| 58 |
./code/set_defaults.F :: |
| 59 |
|
| 60 |
./inputs/POLY3.COEFFS :: Polynomial equation of state factors for 23 layers |
| 61 |
|
| 62 |
./inputs/README :: Description of input datasets |
| 63 |
|
| 64 |
./inputs/data :: Parameters for this configuration |
| 65 |
./inputs/data.pkg |
| 66 |
./inputs/eedata |
| 67 |
./inputs/levitusSaltClim.bin :: Initial hydrography, from Levitus but mapped |
| 68 |
:: to 1/12 degree |
| 69 |
|
| 70 |
./inputs/levitusThetaClim.bin :: Initial hydrography, from Levitus but mapped |
| 71 |
:: to 1/12 degree |
| 72 |
|
| 73 |
./inputs/tauxClim.bin :: Climatalogical wind stress. Currently |
| 74 |
:: NCEP long term average, gridded to 1/12 |
| 75 |
|
| 76 |
./inputs/tauyClim.bin :: Climatalogical wind stress. Currently |
| 77 |
:: NCEP long term average, gridded to 1/12 |
| 78 |
|
| 79 |
./inputs/topog.bin :: Bathymetry, rounded to 1m and gridded to |
| 80 |
:: 1/12. |
| 81 |
|
| 82 |
./run/README :: Notes on run directory contents |
| 83 |
|
| 84 |
./run/runit :: Commands to run this setup on MITgcm cluster |
| 85 |
|
| 86 |
./filelist :: This file |