Last change
on this file since 3537 was
1284,
checked in by milmd, 11 years ago
|
LMDZ.GENERIC. added a tool to create start.nc files with perturbated horizontal wind and temperature.
|
File size:
356 bytes
|
Rev | Line | |
---|
[1284] | 1 | ##### |
---|
| 2 | createRandomStart copy a start.nc file and change ucov, vcov, teta variables: |
---|
| 3 | teta -> teta +/- dTeta (K) |
---|
| 4 | ucov -> (0 +/- duNat)*cu (m/s) |
---|
| 5 | vcov -> (0 +/- dvNat)*cv (m/s) |
---|
| 6 | Perturbations are vertically the same. |
---|
| 7 | |
---|
| 8 | #####Compilation |
---|
| 9 | In compile, may have to change the path of netcdf library compiled with gfortran. |
---|
| 10 | To compile: |
---|
| 11 | ./compile createRandomStart |
---|
| 12 | |
---|
Note: See
TracBrowser
for help on using the repository browser.