# Install LMDZ with instll_lmdz.sh

Basic installation of LMDZ

```shell
wget http://lmdz.lmd.jussieu.fr/pub/install_lmdz.sh
```


# Install LMDZ with eduplanet

Multi configuration installation:
- 3D LMDZ(+Orchidee) physics with imposed SSTs as a function of latitude (aquaplanet) or Amip
- 3D coupled to Slab ocean
- 3D terra planet : soil model as a 
- 1D Single-Column-Model with Dephy test cases
- 1D with empty physics for physics development teaching
- 1D and 3D with a simplified dry physics

Free to choose your resolution and grid refinement (zoom)

```
git clone https://lmdz-forge.lmd.jussieu.fr/Git/fhourdin/eduplanet.git
```
Results of `bash planet.sh --help`
```
Use : ./planet.sh PLANET                                   Default : bench
                  [--grid|-g IMxJMxLM]                     Default : 32x32x
                  [--nday|-n number_of_days]               Default : 3
                  [--parallel 0/1]                         Default : 0
                               - Concerning the zoom -
                  [--lon0|-x zoom_center_longitude]        Default : -120
                  [--lat0|-y zoom_center_latitude]         Default : 0
                  [--ext_lon|-dx zoom_extension_longitude] Default : 120
                  [--ext_lat|-dy zoom_extension_latitude]  Default : 60
                  [--fact_zoom|-f zoom_factor]             Default : 1
                  [--fact_zoomx|-fx zoom_factor_in_x]      Default : 1
                  [--fact_zoomx|-fx zoom_factor_in_y]      Default : 1

PLANET among
     bench  : bench for installation. 32x32x39. Coming with start files
     tuto   : the simplest one                        |
     clim   : Climatological SSTs                     |
     aqua   : aqua planet (SST function of latitude)  | From models/gcm
     terra  : global continent (simple soil)          |
     slab   : With a slab ocean                       |
     simple : 20 parameter physics
     dev    : teaching parameterization development
     SCM[:case1,case2,...] : 1D configurations, with optional cases specif.
```
