Last change
on this file since 958 was
862,
checked in by aslmd, 12 years ago
|
LMDZ.UNIVERSAL
LMDZ.GENERIC
Added calls to Frederic Hourdin's subroutines to output physical fields in parallel. This is under precompiling flags CPP_PARA.
This allows for LMDZ.UNIVERSAL users to use writediagfi with parallel computations.
These lines are not compiled by casual users of LMDZ.GENERIC (or users of LMDZ.UNIVERSAL in sequential mode).
The precompiling flag NOWRITEDIAGFI is obsolete and has been deleted.
NOTES:
- A better cleaner method might be proposed later
- Added subroutines
A 0 LMDZ.UNIVERSAL/libf/phygeneric/iotd_ecrit.F90
A 0 LMDZ.UNIVERSAL/libf/phygeneric/iophys.F90
A 0 LMDZ.UNIVERSAL/libf/phygeneric/iotd.h
A 0 LMDZ.UNIVERSAL/libf/phygeneric/iotd_ini.F90
A 0 LMDZ.UNIVERSAL/libf/phygeneric/iotd_fin.F90
The iotd_* subroutines are actually supposed to be put in bibio in LMDZ.COMMON
This will be done later once agreed in the team
|
File size:
139 bytes
|
Line | |
---|
1 | integer imax,jmax,lmax,nid |
---|
2 | INTEGER dim_coord(4) |
---|
3 | real iotd_ts |
---|
4 | |
---|
5 | common/ecritd_c/imax,jmax,lmax,nid,dim_coord,iotd_ts |
---|
Note: See
TracBrowser
for help on using the repository browser.