https://github.com/boundarylayervercauteren/abl_scm_perturbation_study
ABL_SCM_1.5_order
https://github.com/boundarylayervercauteren/abl_scm_perturbation_study
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.3%) to scientific vocabulary
Repository
ABL_SCM_1.5_order
Basic Info
- Host: GitHub
- Owner: BoundaryLayerVercauteren
- Language: Python
- Default Branch: main
- Size: 66.1 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
Atmospheric Boundary Layer Single-Column Model
The code in this repository is used to study the sensitivity of the nocturnal and polar atmospheric boundary layer to transient phenomena.
How to set up and run the model
- Clone repository
bash git clone git@github.com:am-kaiser/ABL_SCM_1.5_order.git cd ABL_SCM_1.5_order Create and activate environment (using docker)
bash cd docker docker build . -t abl_scm_venv cd .. docker run --rm -ti -v "$PWD:/home/fenics/shared" abl_scm_venv cd sharedNote: To create environment on an external machine which doesn't have docker but singularity create tar file from docker image on local machine withbash docker save abl_scm_venv > docker/abl_scm_venv.tarand then move this tar file with scp. On the external machine create singularity environment from tar file withbash cd docker singularity build abl_scm_venv.sif docker-archive://abl_scm_venv.tarRun the model
bash python3 main.py # in docker singularity exec docker/abl_scm_venv.sif python3 -u main.py # with singularity
Owner
- Name: BoundaryLayerVercauteren
- Login: BoundaryLayerVercauteren
- Kind: organization
- Repositories: 1
- Profile: https://github.com/BoundaryLayerVercauteren
GitHub Events
Total
- Pull request event: 1
- Fork event: 1
Last Year
- Pull request event: 1
- Fork event: 1
Dependencies
- actions/checkout v4 composite
- psf/black stable composite
- actions/checkout v3 composite
- quay.io/fenicsproject/stable latest build