Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

AC-experiments directory overview

No Format
AC-experiments/
├── config.h                   # MAIN experiment config file
├── ctrl/
│   ├── context_ifs.xml        # xios resource
│   ├── ifs_xml
│   │   ├── axis_def_ifs.xml
│   │   ├── domain_def_ifs.xml
│   │   ├── field_def_ifs.xml
│   │   ├── file_def_ifs.xml
│   │   └── grid_def_ifs.xml
│   ├── iodef.xml/               # xios resource
│   ├── iodef.xml              # xios resource
│   ├── namelistfc 
│   ├── namelist.ifs-epc8.sh
│     ├──# namelist.ifs-m7-debug-output.sh for t21test
│   ├── namelist.ifs-oiac.sh   # namelist for t21test
│   ├── namelist.ifs.sh
│    ├── Table
│   │   ├── bins_aerver1.csv
│   │   ├── bins_hamm7ver1.csv
│   │   ├── bins_tm5m7ver0.csv
│   │   ├── bins_tm5m7ver1.csv
│   │   ├── table_bascoetm5ver2d.txt
│   │   ├── table_bascoetm5ver2f.txt
│   │   ├── table_hamm7ver1.txt
│   │   ├── table_RnPbver1.txt
│   │   ├── table_tm5ver15.txt
│   │   └── table_tm5verb27y.txt
│   └── wam_namelist# namelist template for forecast experiments
│   ├── Table/                 # dir with AC tracers
│   └── wam_namelist
├── ecmwf-atos.job
├── oifs-run.sh
├── platform
│   ├── climate-prep.puhti.job
│   ├── climate-run.puhti.job
│   ├── csc-puhti.job.tmpl
│   ├── ecmwf-cca.job.tmpl
│   ├── ecmwf-cca-workflow.sh
│   ├── ecmwf-cca+xios.job.tmpl
│   ├── ecmwf-hpc2020.job.tmpl
│   ├── knmi-rhino.job.tmpl
│   ├── knmi-rhino-workflow.sh
│   ├── oifs-config.csc-puhti.sh
│   ├── oifs-config.ecmwf-atos.sh
│   ├── oifs-config.ecmwf-cca.sh
│   ├── oifs-config.ecmwf-hpc2020.sh
│   ├── oifs-config.knmi-rhino.sh
│                # job wrapper script for oifs-run.sh
├── oifs-run.sh                # MAIN run script
├── platform/                  # dir with platform-specific templates
├── prep_emis/                 # dir with emission utilities
├── prep-ic-icmcl-compo-puhti.job.tmpl
│   └── README_PLATFORM
├── prep_emis
│   ├── check_emis.py
│   ├── log
│   │   ├── CMIP6_MACCity_gfas_rean_v2_burden.txt
│   │   ├── CMIP6_MACCity_gfas_rean_v2.pdf
│   │   └── CMIP6_MACCity_gfas_rean_v2.txt
│   ├── prepare_cb05aer_v1.0
│   ├── prep_cmip6_v0.1
│   └── Table
│       └── table_tm5ver15_aer.txt
├── prep-ic-icmcl-compo.sh
└──.sh     # MAIN script to prepare initial/boundary conditions
└── scripts/                   # dir with low-level scripts
    ├── add_nrt_fire_chem
    ├── gaussgr
    ├── get_alb_lai_intLimits
    ├── get_tablecol
    ├── grib_def.hdef.h
    ├── lib_chem_setup.sh
    ├── lib_general.sh           # lib of utilities
    ├── lib_chemicmcl_setupclima.sh
       ├──# lib_general.sh of functs to create ICMCL boundary cond. files
    ├── lib_icmcl_climacompo.sh
       ├── lib_icmcl_compo.sh# lib of functs to create ICMCL-COMPO files
    ├── lib_initcond_offline.sh
    └── lib_initcond.sh          # lib of functs to create initial conditions files

The experiment controls are in $OIFS_HOME/AC-experiments/. 

...