source: LMDZ5/branches/LMDZ5V2.0-dev/libf/dyn3d/logic.h @ 1531

Last change on this file since 1531 was 1488, checked in by jghattas, 13 years ago

Added subroutine grilles_gcm_netcdf_sub containing the first part of program create_fausse_var in file grilles_gcm_netcdf.F . The new subroutine is called in ce0l if parameter grilles_gcm_netcdf=T (default =F). The subroutine creates the file grilles_gcm.nc .


  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 745 bytes
RevLine 
[524]1!
[1319]2! $Id: logic.h 1488 2011-02-17 15:23:03Z jghattas $
[524]3!
[999]4!
5!
6!-----------------------------------------------------------------------
7! INCLUDE 'logic.h'
[524]8
[999]9      COMMON/logic/ purmats,iflag_phys,forward,leapf,apphys,            &
10     &  statcl,conser,apdiss,apdelq,saison,ecripar,fxyhypb,ysinus       &
[1319]11     &  ,read_start,ok_guide,ok_strato,ok_gradsfile                     &
[1488]12     &  ,ok_limit,ok_etat0,grilles_gcm_netcdf
[524]13
[999]14      LOGICAL purmats,forward,leapf,apphys,statcl,conser,               &
15     & apdiss,apdelq,saison,ecripar,fxyhypb,ysinus                      &
[1319]16     &  ,read_start,ok_guide,ok_strato,ok_gradsfile                     &
[1488]17     &  ,ok_limit,ok_etat0,grilles_gcm_netcdf
[524]18
19      INTEGER iflag_phys
[999]20!-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.