LMDZ/ins script
De Wikicima
(Diferencias entre revisiones)
(No se muestra una edición intermedia realizada por un usuario) | |||
Línea 5: | Línea 5: | ||
gfortran, cmake |
gfortran, cmake |
||
</pre> |
</pre> |
||
+ | |||
+ | Con esta instalación se instalan todas las librerías necesarias (incluso netCDF) y se ejecuta una simulación. Es una manera rápida y limitada (puesto que se baja una determinada versión) de obtener el modelo. |
||
1. Descarga de la script en el directorio de instalación <code>$INSDIR</code> elegido previamente por el usuarie |
1. Descarga de la script en el directorio de instalación <code>$INSDIR</code> elegido previamente por el usuarie |
||
Línea 12: | Línea 14: | ||
chmod +x install_lmdz.sh |
chmod +x install_lmdz.sh |
||
./install_lmdz.sh |
./install_lmdz.sh |
||
+ | </pre> |
||
+ | |||
+ | 1. La instalación también ejecuta una simulación test (simulación global de 39 niveles verticales y 11.25ºx5.625 resolución horizontal). |
||
+ | <pre type="shell"> |
||
+ | (...) |
||
+ | ########################################################## |
||
+ | Compilation successfull !! Thu 25 Jan 2024 03:17:02 PM -03 |
||
+ | ########################################################## |
||
+ | The executable is bin/gcm_32x32x39_phylmd_rrtm_seq.e |
||
+ | ########################################################## |
||
+ | Running a test run |
||
+ | ########################################################## |
||
+ | install_lmdz.sh before bench download Thu 25 Jan 2024 03:17:02 PM -03 |
||
+ | 2024-01-25 15:19:22 URL:https://lmdz.lmd.jussieu.fr/pub/3DBenchs/bench_lmdz_32x32x39.tar.gz [13178910/13178910] -> "bench_lmdz_32x32x39.tar.gz" [1] |
||
+ | install_lmdz.sh after bench download Thu 25 Jan 2024 03:19:22 PM -03 |
||
+ | using standard physiq.def |
||
+ | EXECUTION DU BENCH |
||
+ | Thu 25 Jan 2024 03:19:22 PM -03 |
||
+ | Thu 25 Jan 2024 03:20:49 PM -03 |
||
+ | physiq fin, nombre de steps ou cvpas = 1 : 0 |
||
+ | dynredem1: Saving for 1 0.0000000000000000 |
||
+ | ********** pas 1440 jour 3.heure 0.0 date 712803.0021 ********** |
||
+ | masse rmsdpdt energie enstrophie entropie rmsv mt.ang |
||
+ | GLOB 1.000000 0.914066E+01 0.991 0.985 0.993 4.223 1.000 |
||
+ | |||
+ | in abort_gcm |
||
+ | Stopping in leapfrog |
||
+ | Reason = Simulation finished |
||
+ | Everything is cool |
||
+ | ########################################################## |
||
+ | Simulation finished in /home/lluis/DATA/LMDZ/LMDZ20231022.trunk/modipsl/modeles/LMDZ/BENCH32x32x39 |
||
+ | You have compiled with: |
||
+ | ./makelmdz_fcm -arch local -j 8 -rad rrtm -d 32x32x39 -v false gcm |
||
+ | You may re-run it with : cd /home/lluis/DATA/LMDZ/LMDZ20231022.trunk/modipsl/modeles/LMDZ/BENCH32x32x39 ; gcm.e |
||
+ | or ./bench.sh |
||
+ | ########################################################## |
||
</pre> |
</pre> |
Última revisión de 16:13 25 ene 2024
Instalación del LMDZ utilizando la script siguiendo las instrucciones de acá.
Dicha script instala y compila el modelo (para gcc). Los requisitos previos es tener instalado
gfortran, cmake
Con esta instalación se instalan todas las librerías necesarias (incluso netCDF) y se ejecuta una simulación. Es una manera rápida y limitada (puesto que se baja una determinada versión) de obtener el modelo.
1. Descarga de la script en el directorio de instalación $INSDIR
elegido previamente por el usuarie
cd $INSDIR wget http://lmdz.lmd.jussieu.fr/pub/install_lmdz.sh chmod +x install_lmdz.sh ./install_lmdz.sh
1. La instalación también ejecuta una simulación test (simulación global de 39 niveles verticales y 11.25ºx5.625 resolución horizontal).
(...) ########################################################## Compilation successfull !! Thu 25 Jan 2024 03:17:02 PM -03 ########################################################## The executable is bin/gcm_32x32x39_phylmd_rrtm_seq.e ########################################################## Running a test run ########################################################## install_lmdz.sh before bench download Thu 25 Jan 2024 03:17:02 PM -03 2024-01-25 15:19:22 URL:https://lmdz.lmd.jussieu.fr/pub/3DBenchs/bench_lmdz_32x32x39.tar.gz [13178910/13178910] -> "bench_lmdz_32x32x39.tar.gz" [1] install_lmdz.sh after bench download Thu 25 Jan 2024 03:19:22 PM -03 using standard physiq.def EXECUTION DU BENCH Thu 25 Jan 2024 03:19:22 PM -03 Thu 25 Jan 2024 03:20:49 PM -03 physiq fin, nombre de steps ou cvpas = 1 : 0 dynredem1: Saving for 1 0.0000000000000000 ********** pas 1440 jour 3.heure 0.0 date 712803.0021 ********** masse rmsdpdt energie enstrophie entropie rmsv mt.ang GLOB 1.000000 0.914066E+01 0.991 0.985 0.993 4.223 1.000 in abort_gcm Stopping in leapfrog Reason = Simulation finished Everything is cool ########################################################## Simulation finished in /home/lluis/DATA/LMDZ/LMDZ20231022.trunk/modipsl/modeles/LMDZ/BENCH32x32x39 You have compiled with: ./makelmdz_fcm -arch local -j 8 -rad rrtm -d 32x32x39 -v false gcm You may re-run it with : cd /home/lluis/DATA/LMDZ/LMDZ20231022.trunk/modipsl/modeles/LMDZ/BENCH32x32x39 ; gcm.e or ./bench.sh ##########################################################