Last change
on this file since 124 was
3,
checked in by slebonnois, 15 years ago
|
Creation de repertoires:
- chantiers : pour communiquer sur nos projets de modifs
- documentation : pour stocker les docs
Ajout de:
- libf/phytitan : physique de Titan
- libf/chimtitan: chimie de Titan
- libf/phyvenus : physique de Venus
|
File size:
582 bytes
|
Rev | Line | |
---|
[3] | 1 | ! |
---|
| 2 | ! $Header: /home/cvsroot/LMDZ4/libf/phylmd/write_histhf.h,v 1.3 2005/02/24 09:58:18 fairhead Exp $ |
---|
| 3 | ! |
---|
| 4 | if (ok_hf) then |
---|
| 5 | |
---|
| 6 | c Comprendre comment marche el i=nint(zout/zsto) |
---|
| 7 | c |
---|
| 8 | c print*,'ACRITURE HF !!! ACRITURE HF !!! ACRITURE HF !!! ' |
---|
| 9 | ndex2d = 0 |
---|
| 10 | ndex3d = 0 |
---|
| 11 | c |
---|
| 12 | zsto = dtime |
---|
| 13 | zout = dtime * ecrit_hf |
---|
| 14 | itau_w = itau_phy + itap |
---|
| 15 | c |
---|
| 16 | IF(lev_histhf.GE.1) THEN |
---|
| 17 | c |
---|
| 18 | i = NINT(zout/zsto) |
---|
| 19 | CALL gr_fi_ecrit(1,klon,iim,jjmp1,pphis,zx_tmp_2d) |
---|
| 20 | z4_tmp_2d=zx_tmp_2d |
---|
| 21 | CALL histwrite(nid_hf,"phis",i,z4_tmp_2d,iim*jjmp1,ndex2d) |
---|
| 22 | |
---|
| 23 | endif |
---|
Note: See
TracBrowser
for help on using the repository browser.