Changeset 4182
- Timestamp:
- Dec 19, 2019, 4:10:45 PM (5 years ago)
- Location:
- dynamico_lmdz/simple_physics
- Files:
-
- 1 added
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/simple_physics/config/LMDZ/TEST_PARAM/check.sh
r4180 r4182 1 1 #!/bin/bash 2 2 grep -A 1 'd abs' --no-group-separator gcm.log | grep -v 'd abs' | head > gcm.output 3 diff gcm.output gcm.output.ref 4 3 diff gcm.output gcm.output.$1 -
dynamico_lmdz/simple_physics/config/LMDZ/TEST_PARAM/run.def
r4178 r4182 17 17 anneeref=1980 18 18 ## Nombre de jours d'integration 19 nday= 3019 nday=1 20 20 ## Remise a zero de la date initiale 21 21 raz_date=0 -
dynamico_lmdz/simple_physics/phyparam/param/iniphysiq_param.F
r4176 r4182 50 50 c ------------- 51 51 52 #include "comcstphy.h"53 52 REAL prad,pg,pr,pcpp,punjours 54 53 … … 100 99 ! call suphel 101 100 ! prad,pg,pr,pcpp 102 rradius=prad103 rg=pg104 rr=pr105 rcpp=pcpp101 ! rradius=prad 102 ! rg=pg 103 ! rr=pr 104 ! rcpp=pcpp 106 105 107 106 ! return
Note: See TracChangeset
for help on using the changeset viewer.