hello
Bon après-midi @loulou ,hello
bonjour M. William merci de m'écrire. j'installe WRF version 4.4.1. à travers les scripts Metplus, Metself, Miniconda et WRF-ARW-Install. je constate que le téléchargement se fait et il n' y a pas de fichiers exécutables geogrid.exe, ungrib.exe, metgrid.exe et arwpost.exe. et lors du téléchargement de metself plus ça écrit "error check the log file for more information met plus 4.1.3. et ça écrit aussi error ligne 13 met plus. comment faire svp?Bon après-midi @loulou ,
Pouvez-vous s'il vous plaît créer un nouveau fil de discussion sur le forum ?
Comment installez-vous WRF ?
Bonjour M. William j'ai tenté d'intaller WRF avec le script GitHub - HathewayWill/WRF-MOSIT.
j'ai commencé l'installation à travers la 1ère Rubrique Macos Installation.
Etant dans le Home j'ai pu installer https://raw.githubuser..., j'ai égalemant pu lancer brew install git ( à ce niveau un msg m 'a écrit en disant que ça ne passait pas et qu'il fallait ecrire sudo apt install et le nom du deb). j'ai écrit sudo apt install sans le nom du deb et ça été validé. ( en fait je ne saivais pas quel nom du débian mettre).
Au niveau de lancer git clone https://github.com/WRF-MOSIT..... le msg refuse en disant Permission non accordée impossible de créer le répertoire de la copie de travail (voir fichier joint). comment faire M. j'aimerais évoluer dans mon installation? merci!
cd $HOME
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew install git
git clone https://github.com/HathewayWill/WRF-MOSIT.git
cd $HOME/WRF-MOSIT
chmod 775 *.sh
./WRF-MOSIT.sh 2>&1 | tee WRF_MOSIT.log
I have a normal computer in which I installed the linux ubuntu system version 23.04
cd $HOME
sudo apt install git -y
git clone https://github.com/HathewayWill/WRF-MOSIT.git
cd $HOME/WRF-MOSIT
chmod 775 *.sh
./WRF-MOSIT.sh 2>&1 | tee WRF_MOSIT.log
I have never seen that error before, is this your own personal machine or is it a server/hpc?Good evening Mr. William, thank you for answering me. I have just followed the Bash script that you have just sent me.
I am in the home and when I click git clone GitHub - HathewayWill/WRF-MOSIT: This BASH script installs all the required libraries, packages, software, dependencies, etc for the Weather Research & Forecasting model suite. the same message is displayed:
fatal: Unable to create working copy directory 'WRF-MOSIT' Permission denied if I understand correctly I need permission how do I do this please?